Describe the bug
When I run TSC after running codegen on a simple open api spec, I get error TS2742. It seems that this lib is missing some typings in the generated code.
To Reproduce
Steps to reproduce the behavior:
Generated code with the attached swagger file, and run TSC on it.
OpenAPI spec file
If possible, please upload the OpenAPI spec file.
Describe the bug When I run TSC after running codegen on a simple open api spec, I get error TS2742. It seems that this lib is missing some typings in the generated code.
To Reproduce Steps to reproduce the behavior:
Generated code with the attached swagger file, and run TSC on it.
OpenAPI spec file If possible, please upload the OpenAPI spec file.
Expected behavior TSC should not error on generated files
Screenshots
Additional context Add any other context about the problem here.