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
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 -------
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. ------
The text was updated successfully, but these errors were encountered: