export interface City { nome: string; estado: string; id: number; }