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.
--root-types
1 parent 6c38f6a commit ad854a0Copy full SHA for ad854a0
docs/ja/cli.md
@@ -119,6 +119,7 @@ CLI は以下のフラグをサポートしています:
119
| `--export-type` | `-t` | `false` | `interface` の代わりに `type` をエクスポートします |
120
| `--immutable` | | `false` | 不変の型(readonlyプロパティおよびreadonly配列)を生成します |
121
| `--path-params-as-types` | | `false` | `paths` オブジェクトで動的な文字列の参照を許可します |
122
+| `--root-types` | | `false` | `components` から型をルートレベルの型エイリアスとしてエクスポートする |
123
124
### pathParamsAsTypes
125
0 commit comments