mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
update JobStatus wait to waiting
This commit is contained in:
Vendored
+1
-1
@@ -135,7 +135,7 @@ declare namespace Bull {
|
||||
promote(): Promise<void>;
|
||||
}
|
||||
|
||||
type JobStatus = 'completed' | 'wait' | 'active' | 'delayed' | 'failed';
|
||||
type JobStatus = 'completed' | 'waiting' | 'active' | 'delayed' | 'failed';
|
||||
|
||||
interface BackoffOptions {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user