json-to-typescript

JSON-Beispiel
TypeScript
interface Root { id: number; name: string; active: boolean; }