export interface ProductItemImporterAddressFields { city: string; country: string; postal_code: string; region: string; street1: string; street2: string; }