Replies: 1 comment
-
I realised this has been supported for a long time after the merge of this PR #1876 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to know if it is possible to create only the types (Interfaces, Enums) and preserve the origial names from OpenAPI, is that possible?
I know it creates types in the following way:
type MyType = components["schemas"]["MyType"];
But I'm looking for it to create types directly (also enums) and preserve the original name.
Beta Was this translation helpful? Give feedback.
All reactions