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