export interface PropiedadTipoResponse {
    descripcion?: string;
    tipPropiedadId?: number;
}
