export interface Employee { id: number; name: string; city: string; salary: number; }