Skip to content

Commit ecc8d26

Browse files
authored
Fix duplicate Request exports
Fix based on OpenAPITools/openapi-generator#1998
1 parent 1f47e60 commit ecc8d26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cfg.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"paramNaming": "original",
1515
"npmName": "FlotiqApi",
1616
"apiNameSuffix":"",
17-
"apiNamePrefix":""
17+
"apiNamePrefix":"",
18+
"prefixParameterInterfaces": true
1819
},
1920
"removeOperationIdPrefix": true,
2021
"templateDir": "templates"

0 commit comments

Comments
 (0)