File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/typescript-fetch Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import * as runtime from '../runtime{{importFileExtension}}';
77{ {#imports} }
88import type {
99 {{className} },
10- } from '../models/{ {className} }';
10+ } from '../models/{ {className} }{ {importFileExtension } } ';
1111{ {^withoutRuntimeChecks} }
1212import {
1313 {{className} },
1414 { {className} }FromJSON,
1515 { {className} }ToJSON,
16- } from '../models/{ {className} }';
16+ } from '../models/{ {className} }{ {importFileExtension } }';
1717{ {/withoutRuntimeChecks} }
1818{ {/imports} }
1919
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ import {
1414 {{className} },
1515 { {className} }Record,
1616 { {#lambda.camelcase} }{ {classname} }{ {/lambda.camelcase} }RecordUtils,
17- } from '../models/{ {className} }';
17+ } from '../models/{ {className} }{ {importFileExtension } } ';
1818{ {/imports} }
1919
2020{ {#passthroughImports} }
2121import {
2222 {{.} },
23- } from '../models/{ {.} }';
23+ } from '../models/{ {.} }{ {importFileExtension } } ';
2424{ {/passthroughImports} }
2525{ {#hasEnums} }
2626{ {#operations} }
You can’t perform that action at this time.
0 commit comments