How to split types in multiple files base on the tag ? #1010
Unanswered
quxiaodong
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 typesBut all the types are in a same file, How can I do to split types in different files, such as
iam
andadministrator
?Beta Was this translation helpful? Give feedback.
All reactions