export interface Phone { area_code: string; number: string; extension?: string | undefined; }