Recently, I've been utilizing the OpenApi Generator for TypeScript alongside Axios, and I must say it's been functioning really well! However, one thing that has crossed my mind is how to generate classes instead of interfaces.
For instance, when I use typescript-node, I receive all models as classes with optional Interfaces by simply setting the option withInterfaces. On the other hand, with typescript-axios, only interfaces are generated which can be quite frustrating. Can someone provide some guidance on this matter?
The version I am currently using is 1.0.12-4.3.0
Appreciate any assistance you can offer, Andi