Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 297 Bytes

File metadata and controls

3 lines (2 loc) · 297 Bytes

Code generation

Run winterspec codegen route-types -o dist/routes.d.ts to generate a TypeScript file describing your API routes. This file can be used to automatically created typed clients. typed-axios is compatible with this format out of the box.