openapi-ts
openapi-ts copied to clipboard
✨ Turn your OpenAPI specification into a beautiful TypeScript client
Actually, we only have something like this ```ts export const zOrder = z.object({ complete: z.boolean().optional(), id: z.coerce.bigint().optional(), petId: z.coerce.bigint().optional(), quantity: z.number().int().optional(), shipDate: z .string() .datetime() .optional(), status: z.enum(['placed', 'approved', 'delivered']).optional(),...
Please vote on this issue if you're interested in [Pinia Colada](https://pinia-colada.esm.dev/) [plugin](https://heyapi.dev/openapi-ts/plugins/pinia-colada). This issue will serve as a to-do list during development. To help us release this feature as quickly...
### Description Heya, As I pushed and published [my vite plugin](https://github.com/Matsuuu/vite-hey-api-plugin) for hey api, I noticed that there was also one added to the hey api ecostystem by you a...