We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe1515 commit ca6254aCopy full SHA for ca6254a
2 files changed
index.ts
@@ -5,7 +5,6 @@ export { Locator } from './src/locator.js'
5
export { Schedule } from './src/schedule.js'
6
export { ScheduleBuilder } from './src/schedule_builder.js'
7
export { JobBatchDispatcher } from './src/job_batch_dispatcher.js'
8
-export type { AdapterFactory, JobFactory, DispatchManyResult } from './src/types/main.js'
9
export {
10
customBackoff,
11
linearBackoff,
src/types/index.ts
@@ -1,13 +1,18 @@
1
export type {
2
+ AdapterFactory,
3
BackoffConfig,
4
BackoffStrategy,
+ DispatchManyResult,
DispatchResult,
Duration,
JobClass,
JobContext,
JobData,
JobFactory,
12
JobOptions,
13
+ JobRecord,
14
+ JobRetention,
15
+ JobStatus,
16
QueueConfig,
17
QueueManagerConfig,
18
RetryConfig,
0 commit comments