Type alias WorkScheduleConfiguration

WorkScheduleConfiguration: Omit<Partial<Work>, "input"> & { input: (() => any); schedule: WorkerSchedule }