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 9341fba commit 3a8858fCopy full SHA for 3a8858f
1 file changed
modules/openapi-generator/src/main/resources/typescript-fetch/apis.mustache
@@ -6,11 +6,14 @@ import * as runtime from '../runtime{{importFileExtension}}';
6
{{#imports}}
7
import {
8
type {{className}},
9
+{{#withoutRuntimeChecks}}
10
+} from '../models/index{{importFileExtension}}';
11
+{{/withoutRuntimeChecks}}
12
{{^withoutRuntimeChecks}}
13
{{className}}FromJSON,
14
{{className}}ToJSON,
-{{/withoutRuntimeChecks}}
15
} from '../models/{{className}}{{importFileExtension}}';
16
17
{{/imports}}
18
19
{{#operations}}
0 commit comments