cyclosproject / ng-openapi-gen

An OpenAPI 3.0 codegen for Angular
MIT License
397 stars 132 forks source link

Makes models to extends an interface #164

Closed drenda closed 3 years ago

drenda commented 3 years ago

Could be possible to make all models to extends a specific interface? That would be handy when I've to use the SDK on Typescript.

luisfpg commented 3 years ago

I've added a section on README on templates customization exactly with your request :-) It was lacking in the documentation.