export interface Address { city: string; zip: string; } export interface RootObject { name: string; age: number; address: Address; }
Deze tool is een online tool voor het converteren van JSON-strings naar TypeScript-interfacedefinities.