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 b4ee891 commit d4a54c2Copy full SHA for d4a54c2
README.md
@@ -16,6 +16,7 @@ Convert Swagger files to TypeScript interfaces using Node.js.
16
| `allOf` | `TypeB extends TypeA` |
17
| `oneOf` | `TypeA \| TypeB` |
18
| `required` | (not optional) |
19
+| `enum` | `'a' \| 'b'` |
20
21
To compare actual generated output, see the [example](./example) folder.
22
0 commit comments