JSON, YAML, CSV, diff and type generation — all local.
—
interface Meta { score?: null; } interface Root { id: number; name: string; active: boolean; tags: string[]; meta: Meta; }