Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead5dfa commit bf910e9Copy full SHA for bf910e9
1 file changed
index.d.ts
@@ -83,7 +83,7 @@ declare namespace BeeQueue {
83
queue: BeeQueue;
84
progress: number;
85
86
- on(ev: "succeeded", fn: (err: Error) => void): this;
+ on(ev: "succeeded", fn: (result: any) => void): this;
87
on(ev: "retrying", fn: (err: Error) => void): this;
88
on(ev: "failed", fn: (err: Error) => void): this;
89
on(ev: "progress", fn: (progress: number) => void): this;
0 commit comments