diff --git a/index.d.ts b/index.d.ts index 3afa9ece0..b46414265 100644 --- a/index.d.ts +++ b/index.d.ts @@ -855,7 +855,7 @@ declare namespace Bull { /** * Returns a promise that resolves with the job counts for the given queue of the given job statuses. */ - getJobCountByTypes(types: JobStatus[] | JobStatus): Promise; + getJobCountByTypes(types: JobStatus[] | JobStatus): Promise; /** * Returns a promise that resolves with the quantity of completed jobs.