export interface Address { city: string; zip: string; } export interface RootObject { name: string; age: number; address: Address; }
このツールは、JSON 文字列を TypeScript インターフェース定義に変換するためのオンラインツールです。