export interface RequestDeliverySlotConfigurationCreateOrUpdate { weekDay: string; deliveryOpeningTime: string; deliveryClosingTime: string; }