export interface IMeliPayerIdentification {
    type: string;
    number: string;
}
