import { RequestDeliverySlotConfigurationCreateOrUpdate } from './requestDeliverySlotConfigurationCreateOrUpdate'; import { RequestStoreTimingConfigurationCreateOrUpdate } from './requestStoreTimingConfigurationCreateOrUpdate'; export interface RequestCustomerPreferenceCreateOrUpdate { customer: string; productCategories?: string[]; deliverySlotConfiguration?: RequestDeliverySlotConfigurationCreateOrUpdate[]; storeTimingConfiguration?: RequestStoreTimingConfigurationCreateOrUpdate[]; }