mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
[bull] add defaultJobOptions to QueueOptions
This commit is contained in:
3
types/bull/index.d.ts
vendored
3
types/bull/index.d.ts
vendored
@@ -5,6 +5,7 @@
|
||||
// Marshall Cottrell <https://github.com/marshall007>
|
||||
// Weeco <https://github.com/weeco>
|
||||
// Gabriel Terwesten <https://github.com/blaugold>
|
||||
// Oleg Repin <https://github.com/iamolegga>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
@@ -51,6 +52,8 @@ declare namespace Bull {
|
||||
settings?: AdvancedSettings;
|
||||
|
||||
limiter?: RateLimiter;
|
||||
|
||||
defaultJobOptions?: JobOptions;
|
||||
}
|
||||
|
||||
interface AdvancedSettings {
|
||||
|
||||
Reference in New Issue
Block a user