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 3ba707c commit fba864aCopy full SHA for fba864a
src/generators/TypescriptInterfaceGenerator.js
@@ -39,7 +39,7 @@ export default class TypescriptInterfaceGenerator {
39
case 'http://www.w3.org/2001/XMLSchema#decimal':
40
return 'number';
41
case 'http://www.w3.org/2001/XMLSchema#boolean':
42
- return 'bool';
+ return 'boolean';
43
case 'http://www.w3.org/2001/XMLSchema#date':
44
case 'http://www.w3.org/2001/XMLSchema#dateTime':
45
case 'http://www.w3.org/2001/XMLSchema#time':
0 commit comments