apigee-127 / sway

A library that simplifies OpenAPI (fka Swagger) integrations/tooling.
MIT License
190 stars 92 forks source link

JSDoc/TypeScript wrong for a couple APIs #186

Closed whitlockjc closed 5 years ago

whitlockjc commented 6 years ago

SwaggerApi has a number of APIs that return an array of types and the TypeScript has it as any[] and that is wrong.

whitlockjc commented 5 years ago

Fixed.