/** * Internal class representing a PhoneNumberEntry in the PhoneNumbers array in the DGI v1 grammar. */ export interface PhoneNumberEntry { /** * Gets a PhoneNumber in the PhoneNumbers array */ phoneNumber: string; }