export interface IDesenfilaPreferencePayerPhone {
    area_code: string;
    number: string;
}
