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 1809782 commit 230a33bCopy full SHA for 230a33b
templates/angular2/config.js
@@ -0,0 +1,19 @@
1
+module.exports = {
2
+ // Templates file
3
+ apiFile: 'api.ts',
4
+ modelFile: 'model.ts',
5
+ enumModelFile: 'enumModel.ts',
6
+
7
+ // Types mapping from 'OpenAPI' to the language template
8
+ typesMapped: {
9
+ default: 'any',
10
+ empty: 'void',
11
+ array: 'any[]',
12
+ boolean: 'boolean',
13
+ file: 'File',
14
+ integer: 'number',
15
+ number: 'number',
16
+ object: 'any',
17
+ string: 'string',
18
+ },
19
+};
0 commit comments