export interface Car { id: string; model: string; year: number; }