Open
Description
Hi,
First of all I want to thank you for creating this great lib, it saved me a lot of hours of development.
I just wanted to ask if you considered swapping the OpenAPI generator under the hood, or if there is any way it can be done in the client implementation. Reason is, my API is using the discriminator mapping
feature and currently the typescript generator does not support it (ferdikoomen/openapi-typescript-codegen#998 (comment))
I was looking at https://github.com/OpenAPITools/openapi-generator-cli and they seem to have it.
Thanks for your help