Skip to content

Commit 7f0692c

Browse files
committed
change @export to @exports
1 parent e1aed29 commit 7f0692c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/openapi-generator/src/main/resources/typescript/model/modelOneOf.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ import {
99
/**
1010
* @type {{classname}}
1111
* Type
12-
* @export
12+
* @exports
1313
*/
1414
export type {{classname}} = {{#oneOf}}{{{.}}}{{^-last}} | {{/-last}}{{/oneOf}};
1515

1616
/**
1717
* @type {{classname}}Class{{#description}}
1818
* {{{.}}}{{/description}}
19-
* @export
19+
* @exports
2020
*/
2121
export class {{classname}}Class {
2222
{{#discriminator}}

0 commit comments

Comments
 (0)