export interface City { city: string; zip_code: string; department_name: string; }