export interface Address { city?: string; country?: string; encodedKey?: string; indexInList?: number; latitude?: number; line1?: string; line2?: string; longitude?: number; parentKey?: string; postcode?: string; region?: string; }