export interface RequestStoreTimingConfigurationCreateOrUpdate { weekDay: string; storeOpeningTime: string; storeClosingTime: string; }