mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-14 21:20:39 +00:00
add property attemptsMade
This commit is contained in:
Vendored
+5
@@ -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