Closed whitlockjc closed 5 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.
SwaggerApi
any[]
Fixed.
SwaggerApi
has a number of APIs that return an array of types and the TypeScript has it asany[]
and that is wrong.