y-haidar
Results
1
comments of
y-haidar
I just tried [openapicmd](https://github.com/openapistack/openapicmd) for your case 1 and here is what I got: ```bash npx openapicmd typegen http://localhost:3001/api/docs/private/api.json > ./src/openapi.d.ts ``` ```typescript ... declare namespace Components { namespace Schemas...