mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
add property attemptsMade
This commit is contained in:
5
types/bull/index.d.ts
vendored
5
types/bull/index.d.ts
vendored
@@ -95,6 +95,11 @@ declare namespace Bull {
|
||||
*/
|
||||
data: any;
|
||||
|
||||
/**
|
||||
* How many attempts where made to run this job
|
||||
*/
|
||||
attemptsMade: number;
|
||||
|
||||
/**
|
||||
* Report progress on a job
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user