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