We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb78f67 commit bd5566dCopy full SHA for bd5566d
1 file changed
modules/openapi-generator/src/main/resources/typescript-axios/apiInner.mustache
@@ -358,10 +358,11 @@ export interface {{classname}}Interface {
358
*/
359
export interface {{classname}}{{operationIdCamelCase}}Request {
360
{{#allParams}}
361
+ {{#description}}
362
/**
363
* {{description}}
- * @type {{=<% %>=}}{<%&dataType%>}<%={{ }}=%>
364
365
+ {{/description}}
366
readonly {{paramName}}{{^required}}?{{/required}}: {{#isEnum}}{{{datatypeWithEnum}}}{{/isEnum}}{{^isEnum}}{{{dataType}}}{{#isNullable}} | null{{/isNullable}}{{/isEnum}}
367
{{^-last}}
368
0 commit comments