Open nutrian opened 6 hours ago
@nutrian can you please add a reproducible example?
Start a new pull request in StackBlitz Codeflow.
@nutrian can you please add a reproducible example?
@mrlubos added
I see. Try to re-run it with experimental parser if the issue persists? https://heyapi.dev/openapi-ts/configuration.html#parser
If yes, I'll fix it tomorrow. If not, please use the new parser if possible
If you do end up using the experimental parser, let me know if your other issue is fixed too!
@mrlubos experimental parser did not fix this issue
Description
It might have to do with reserved keywords, but the generated schema type itself will be
_case
But a response data referring to it won't include the prefix
_
resulting in a TS errorReproducible example or configuration
https://stackblitz.com/edit/hey-api-keyword-issue?file=src%2Fclient%2Ftypes.gen.ts
OpenAPI specification (optional)
No response
System information (optional)
No response