Publish TypeScript types
complete
Jakub Pomykała
complete
To export TypeScript types you can use something like
openapi-typescript
(https://openapi-ts.dev) to generate those.Steps:
- npm install -g openapi-typescript
- openapi-typescript https://api.simplelocalize.io/openapi/docs --output src/types/api.d.ts
There are also many other libraries that can automatically generate API clients for you. 😊