next------ frontend --------- I started using commands to generate API client files.----------------------------
openapi --input http://localhost:3000/api-json --output ./src/api --client axios --request ./src/api/custom-request.ts --name APIforBackEnd --useOptions
next------- frontend ------- open generate file about the ResultType -------
Hey @makerForAll, this package is no longer maintained. Please check if the problem exists in https://github.com/hey-api/openapi-ts and open an issue there if you'd like it resolved
My back-end uses the NestJS framework. When I configured the DTO...
next-------controller.ts------- begin use it ----------------------
next------ frontend --------- I started using commands to generate API client files.----------------------------
openapi --input http://localhost:3000/api-json --output ./src/api --client axios --request ./src/api/custom-request.ts --name APIforBackEnd --useOptions
next------- frontend ------- open generate file about the ResultType -------
Describe the bug
-------------- is error------------------
data: Array<any[]>;
--------------the right ------------------
data: Array<any>;
-------- Generics are also not supported. ------