Open
Description
Description
The issue is that multiple endpoints use similar and same named enums. Which results in enums being exported multiple times with the same name.
Sometimes it would have a different number suffixed.
A solution could be to prefix the enum with the operationId or similar.
Reproducible example or configuration
https://stackblitz.com/edit/hey-api-client-fetch-example
OpenAPI specification (optional)
No response
System information (optional)
No response