diff --git a/types/bull/index.d.ts b/types/bull/index.d.ts index 15de8adfde..dd97de15ac 100644 --- a/types/bull/index.d.ts +++ b/types/bull/index.d.ts @@ -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 */