mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 14:59:37 +08:00
Disable tslint for unified signatures
This commit is contained in:
2
types/bull/index.d.ts
vendored
2
types/bull/index.d.ts
vendored
@@ -318,6 +318,7 @@ declare namespace Bull {
|
||||
*
|
||||
* @param name Bull will only call the handler if the job name matches
|
||||
*/
|
||||
// tslint:disable-next-line:unified-signatures
|
||||
process(name: string, callback: (job: Job) => void): Promise<any>;
|
||||
|
||||
/**
|
||||
@@ -333,6 +334,7 @@ declare namespace Bull {
|
||||
*
|
||||
* @param name Bull will only call the handler if the job name matches
|
||||
*/
|
||||
// tslint:disable-next-line:unified-signatures
|
||||
process(name: string, callback: (job: Job, done: DoneCallback) => void): void;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user