Skip to content

Commit 4c56bf8

Browse files
committed
feat: remove obvious @type
1 parent bd5566d commit 4c56bf8

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
@@ -22,14 +22,10 @@ export class Configuration {
2222
apiKey?: string | Promise<string> | ((name: string) => string) | ((name: string) => Promise<string>);
2323
/**
2424
* parameter for basic security
25-
*
26-
* @type {string}
2725
*/
2826
username?: string;
2927
/**
3028
* parameter for basic security
31-
*
32-
* @type {string}
3329
*/
3430
password?: string;
3531
/**
@@ -40,20 +36,14 @@ export class Configuration {
4036
accessToken?: string | Promise<string> | ((name?: string, scopes?: string[]) => string) | ((name?: string, scopes?: string[]) => Promise<string>);
4137
/**
4238
* override base path
43-
*
44-
* @type {string}
4539
*/
4640
basePath?: string;
4741
/**
4842
* override server index
49-
*
50-
* @type {number}
5143
*/
5244
serverIndex?: number;
5345
/**
5446
* base options for axios calls
55-
*
56-
* @type {any}
5747
*/
5848
baseOptions?: any;
5949
/**

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)