Manweill / swagger-axios-codegen

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

fix: refence types in arrays were buggy after last release #97

Closed arkraft closed 4 years ago

arkraft commented 4 years ago

After my change with anyOf and allOf the reference types in arrays were buggy. This MR resolves the problems i think