export interface PhoneNumber { ddd: string; number: string; type: string; }