Manweill / swagger-axios-codegen

swagger client to use axios and typescript
MIT License
306 stars 83 forks source link

feat: add anyOf union type and allOf combined type #96

Closed arkraft closed 4 years ago

arkraft commented 4 years ago

anyOf will create a union type which will be assigned and allOf will now create a combined type which will be assigned. It works with stand alone types and arrays