devexperts / swagger-codegen-ts

Typesafe Swagger API generator for TypeScript
Mozilla Public License 2.0
80 stars 16 forks source link

NonEmptyArray support for Async API #161

Closed coolassassin closed 2 years ago

coolassassin commented 2 years ago

I'm using open API and async API code generation at the same time and it looks weird when open api generates NEA by this MR, but async api - not.

Is it possible to add NEA support to async api?