Skip to content

Commit 156b4d9

Browse files
committed
Revert
1 parent 7a74139 commit 156b4d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/templates/index.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export { OpenAPI } from './core/OpenAPI';
1010
{{#each models}}
1111
{{#if enum}}
1212
export { {{{name}}} } from './models/{{{name}}}';
13-
export type { {{{name}}} } from './models/{{{name}}}';
1413
{{else if @root.useUnionTypes}}
1514
export type { {{{name}}} } from './models/{{{name}}}';
1615
{{else if enums}}

0 commit comments

Comments
 (0)