json-to-typescript

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