export interface IMunicipio extends ISyncableCollection {
    uf: string;
    codigo: number;
    nome: string;
}
