Skip to content

Commit 29795bc

Browse files
committed
feat: remove obvious @type
1 parent 2dc4afa commit 29795bc

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

modules/openapi-generator/src/main/resources/typescript-axios/configuration.mustache

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,10 @@ export class Configuration {
2121
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
2222
/**
2323
* parameter for basic security
24-
*
25-
* @type {string}
2624
*/
2725
username?: string;
2826
/**
2927
* parameter for basic security
30-
*
31-
* @type {string}
3228
*/
3329
password?: string;
3430
/**
@@ -39,20 +35,14 @@ export class Configuration {
3935
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
4036
/**
4137
* override base path
42-
*
43-
* @type {string}
4438
*/
4539
basePath?: string;
4640
/**
4741
* override server index
48-
*
49-
* @type {number}
5042
*/
5143
serverIndex?: number;
5244
/**
5345
* base options for axios calls
54-
*
55-
* @type {any}
5646
*/
5747
baseOptions?: any;
5848
/**

modules/openapi-generator/src/main/resources/typescript-axios/modelGeneric.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export interface {{classname}} {{#parent}}extends {{{.}}} {{/parent}}{
1111
{{#vars}}
1212
/**
1313
* {{{description}}}
14-
* @type {{=<% %>=}}{<%&datatype%>}<%={{ }}=%>
1514
{{#deprecated}}
1615
* @deprecated
1716
{{/deprecated}}

0 commit comments

Comments
 (0)