mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-24 01:50:26 +00:00
Update index.d.ts
Remove nullable from returnvalue (as any already encompasses null)
This commit is contained in:
Vendored
+1
-1
@@ -146,7 +146,7 @@ declare namespace Bull {
|
||||
*/
|
||||
stacktrace: string[];
|
||||
|
||||
returnvalue: any | null;
|
||||
returnvalue: any;
|
||||
|
||||
/**
|
||||
* Report progress on a job
|
||||
|
||||
Reference in New Issue
Block a user