json-schema-to-typescript
#JSON_Schema #TypeScript
https://github.com/bcherny/json-schema-to-typescript
JSON Schemaの定義からTypeScriptの型を自動生成できる
CLI
code:shell
$ json2ts schema.json > types.d.ts
# スタイルのカスタマイズ
$ json2ts schema.json --no-style.singleQuote --style.semi > types.d.ts