sinclairnick / webroute

🕸️ Web APIs, from the route up
https://webroute.vercel.app/docs
MIT License
55 stars 2 forks source link

Types: Allow exporting a trpc-style typedef for the app that can e.g. be used in monorepos or npm packages #11

Closed sinclairnick closed 7 months ago

sinclairnick commented 7 months ago

e.g.

type App = InferApp<typeof RouteList>