We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have the following config:
types: { export: true, enums: false }
And I'm using zod-openapi to define my DTO:
Which in turn gives me the correct swagger json:
However in my client gen, i'm still getting a type exported for that enum:
Interestingly it's inline (as i'd expect) but then status type is exported to (and not used anywhere)
No response
0.53.9
The text was updated successfully, but these errors were encountered:
This will be fixed as part of a broader parser release, thank you for your patience as always 🙏
Sorry, something went wrong.
No worries, thank you for saving me a load of time writing my own client gen 🤣
No branches or pull requests
Description
I have the following config:
And I'm using zod-openapi to define my DTO:
Which in turn gives me the correct swagger json:
However in my client gen, i'm still getting a type exported for that enum:
Interestingly it's inline (as i'd expect) but then status type is exported to (and not used anywhere)
Reproducible example or configuration
No response
OpenAPI specification (optional)
No response
System information (optional)
0.53.9
The text was updated successfully, but these errors were encountered: