You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library for the first time, and it works great!
However, I've generated TypeScript Axios services for the frontend using OpenAPI Generator, and all the responses are wrapped in the PaginatedDocumented interface. I would like to retrieve the actual interface that is correctly defined in the Swagger, but it seems to be nested within a secondary object.
Hi there, thanks for the report! Could you show both the current output, and the expected output? I believe it may be similar to what someone else was reporting here, but the author did not follow up further.
Hello,
I'm using this library for the first time, and it works great!
However, I've generated TypeScript Axios services for the frontend using OpenAPI Generator, and all the responses are wrapped in the PaginatedDocumented interface. I would like to retrieve the actual interface that is correctly defined in the Swagger, but it seems to be nested within a secondary object.
I use :
Thank's !
The text was updated successfully, but these errors were encountered: