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