indexInterfaces
Interface: ActiveScheduling
Defined in: src/interface/activity/ActiveScheduling.ts:4
Extended by
Properties
dateScheduling?
> readonly optional dateScheduling?: DateSchedulingInterface
Defined in: src/interface/activity/ActiveScheduling.ts:12
Used to schedule what date it will be added and removed.
timeSlot?
> readonly optional timeSlot?: TimeSchedulingInterface | TimeSchedulingInterface[]
Defined in: src/interface/activity/ActiveScheduling.ts:8
Time slot in which activity/commitment will be active.