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 d5463e0 commit f23175bCopy full SHA for f23175b
1 file changed
modules/openapi-generator/src/main/resources/typescript-fetch/sagas.mustache
@@ -17,13 +17,11 @@ import {
17
{{#lambda.camelcase}}{{classname}}{{/lambda.camelcase}}RecordUtils,
18
} from '../models/{{className}}Record{{importFileExtension}}';
19
{{/imports}}
20
-
21
{{#passthroughImports}}
22
import {
23
{{.}},
24
} from '../models/{{.}}{{importFileExtension}}';
25
{{/passthroughImports}}
26
27
{{#hasEnums}}
28
{{#operations}}
29
{{#operation}}
0 commit comments