How do I exclude ClientOptions from being generated? #2646
Replies: 2 comments
-
Hi @JamieHaywood-Lyka! I'm Dosu and I’m helping the openapi-ts team. There isn't a documented way to exclude To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Not yet, but will add it |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've got multiple OpenAPI jsons that I want to parse into TypeScript types and then export from a root as a package. The problem I'm facing at the moment is:
Module './generated/auth' has already exported a member named 'ClientOptions'. Consider explicitly re-exporting to resolve the ambiguity.
Is there any way to exclude ClientOptions from being generated?
Beta Was this translation helpful? Give feedback.
All reactions