export interface AddressData { id: number label: string street: string street2?: string | null postalCode: string city: string countryCode: string fullAddress?: string }