kjayasa / swagger-ts-client

A tool to generate typescript http clients and types from swagger definitions
MIT License
27 stars 24 forks source link

provides support for allOf #27

Open vankeisb opened 4 years ago

vankeisb commented 4 years ago

Allows to handle allOf as interface extends. This is neeed when you have polymorphic swagger types.

vankeisb commented 4 years ago

damn I missed the compile phase it seems, sorry