Type Alias: ScheduledTaskListRepeatedReturnType
ScheduledTaskListRepeatedReturnType =
ReturnType
<BullClient
["getRepeatableJobs"
]> extendsPromise
<infer U> ?U
:never
Defined in: lib/types/ScheduledTaskTypes.ts:37
The return type of the getRepeatableJobs
method of a Bull client.
If the return type of getRepeatableJobs
is a Promise, this type extracts the resolved type.