openapi-react-query-codegen icon indicating copy to clipboard operation
openapi-react-query-codegen copied to clipboard

Generated data returns as any

Open SirReaDy opened this issue 6 months ago • 0 comments

Describe the bug

The Data generated comes as any, while the service gen has the correct type.

To Reproduce Generate the api.

Expected behavior Should return the proper type for the data

Screenshots

Image

Image

However, goind inside the service.gen.ts file, there is the correct respponse type

Image

  • OS: [e.g. macOS]
  • Version v2.0.0-beta.3

Additional context Add any other context about the problem here.

SirReaDy avatar May 29 '25 07:05 SirReaDy