Skip to content

Commit 9341fba

Browse files
committed
fix apis
1 parent f23175b commit 9341fba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • modules/openapi-generator/src/main/resources/typescript-fetch

modules/openapi-generator/src/main/resources/typescript-fetch/apis.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
import * as runtime from '../runtime{{importFileExtension}}';
66
{{#imports}}
7-
{{^withoutRuntimeChecks}}
87
import {
98
type {{className}},
9+
{{^withoutRuntimeChecks}}
1010
{{className}}FromJSON,
1111
{{className}}ToJSON,
12-
} from '../models/{{className}}{{importFileExtension}}';
1312
{{/withoutRuntimeChecks}}
13+
} from '../models/{{className}}{{importFileExtension}}';
1414
{{/imports}}
1515

1616
{{#operations}}

0 commit comments

Comments
 (0)