mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
bull: Remove duplicate getWaiting definition (#23715)
This commit is contained in:
5
types/bull/index.d.ts
vendored
5
types/bull/index.d.ts
vendored
@@ -456,11 +456,6 @@ declare namespace Bull {
|
||||
*/
|
||||
getFailed(start?: number, end?: number): Promise<Job[]>;
|
||||
|
||||
/**
|
||||
* Returns a promise that will return an array with the waiting jobs between start and end.
|
||||
*/
|
||||
getWaiting(start?: number, end?: number): Promise<Job[]>;
|
||||
|
||||
/**
|
||||
* Returns JobInformation of repeatable jobs (ordered descending). Provide a start and/or an end
|
||||
* index to limit the number of results. Start defaults to 0, end to -1 and asc to false.
|
||||
|
||||
Reference in New Issue
Block a user