Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 295 Bytes

code-generation.md

File metadata and controls

3 lines (2 loc) · 295 Bytes

Code generation

Run edgespec 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.