The subset of schedule controls handed to a DaemonScheduleInitializer
(entries / set / add / clear) and available inside the daemon effect via
scheduleControls.
Source src/Daemon.ts:19291 lines
export type type ScheduleControls =
DaemonScheduleControls
The subset of schedule controls handed to a
DaemonScheduleInitializer
(entries / set / add / clear) and available inside the daemon effect via
ScheduleControls = DaemonScheduleControls;