mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
* feat(kue): add missing workerId and _error to kue Job, fix #28760 * use private for _error
This commit is contained in:
committed by
Ryan Cavanaugh
parent
1695c608fd
commit
69768dc0c3
2
types/kue/index.d.ts
vendored
2
types/kue/index.d.ts
vendored
@@ -78,6 +78,8 @@ export declare class Job extends events.EventEmitter {
|
||||
public failed_at: string | number;
|
||||
public started_at: string | number;
|
||||
public client: redisClientFactory.RedisClient;
|
||||
public workerId: string;
|
||||
private _error: string;
|
||||
private _max_attempts;
|
||||
|
||||
static priorities: Priorities;
|
||||
|
||||
Reference in New Issue
Block a user