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 e1aed29 commit 7f0692cCopy full SHA for 7f0692c
1 file changed
modules/openapi-generator/src/main/resources/typescript/model/modelOneOf.mustache
@@ -9,14 +9,14 @@ import {
9
/**
10
* @type {{classname}}
11
* Type
12
- * @export
+ * @exports
13
*/
14
export type {{classname}} = {{#oneOf}}{{{.}}}{{^-last}} | {{/-last}}{{/oneOf}};
15
16
17
* @type {{classname}}Class{{#description}}
18
* {{{.}}}{{/description}}
19
-* @export
+* @exports
20
21
export class {{classname}}Class {
22
{{#discriminator}}
0 commit comments