/** * Internal class representing an AddressEntry in the Addresses array in the DGI v1 grammar. */ export interface AddressEntry { /** * Gets an Address in the Addresses array */ address: string; }