openapi-typescript-fetch
openapi-typescript-fetch copied to clipboard
Unknown response types with OpenApi v3
Hi,
I use OpenApi3 and I noticed that when loading my types into Fetcher.for<paths>()
it doesn't shows my response data types properly. All responses types becomes as unknown
.
But when generating types from swagger v2 all response types are shown correctly and everything works perfectly fine.
Is it a matter of not fully suport for OpenApi3 or am I doing something wrong ?
Have exactly the same problem.
same issue here