JSON → TypeScriptサンプル JSON から interface をヒューリスティックに生成。ルートのインターフェース名JSON{ "id": 1, "name": "demo", "tags": ["a", "b"] }型を生成TypeScript—