How to generate ts types in mutiple files with swagger-typescript-api and nest/swagger?
I use the npx swagger-typescript-api -p http://localhost:3000/swagger/json -o ./src/openapi -n index.ts --clean-output --no-client --module-name-index 1 --module-name-first-tag
to generate types