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 8ddb575 commit f9cfd6bCopy full SHA for f9cfd6b
README.md
@@ -155,7 +155,7 @@ npx openapi-typescript schema.yaml
155
| `--support-array-length` | | `false` | (optional) Generate tuples using array minItems / maxItems |
156
| `--make-paths-enum` | `-pe` | `false` | (optional) Generate an enum of endpoint paths |
157
| `--path-params-as-types` | | `false` | (optional) Substitute path parameter names with their respective types |
158
-| `--alphabetized` | | `false` | (optional) Sort types alphabetically |
+| `--alphabetize` | | `false` | (optional) Sort types alphabetically |
159
| `--raw-schema` | | `false` | Generate TS types from partial schema (e.g. having `components.schema` at the top level) |
160
161
### 🐢 Node
0 commit comments