Skip to content
TS

JSON to TypeScript

export interface User { name: string; age: number; email: string; active: boolean; }