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