export interface AddressDetails { city?: string; country?: string; line1?: string; line2?: string; postcode?: string; region?: string; }