Tools for codegeneration from OAS3 to TypeScript. Actual Roadmap published — https://github.com/koshevy/codegena/blob/codegena-3.x/ROADMAP.md
38
stars
1
forks
source link
Support constructions like `type: ['string', 'null']` #3
Open
koshevy opened 4 years ago
Thus far schemas described with arrayed type could't be interpreted properly and had been marked as
any
. But it had better to get a union type.