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