Type Alias DomicilioFormated

DomicilioFormated: {
    cp: string;
    estado: string;
    municipio: string;
    pais: string;
}