mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 20:09:15 +08:00
Don't include patch version in header
This commit is contained in:
4
types/bull/index.d.ts
vendored
4
types/bull/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for bull 3.3.5
|
||||
// Type definitions for bull 3.3
|
||||
// Project: https://github.com/OptimalBits/bull
|
||||
// Definitions by: Bruno Grieder <https://github.com/bgrieder>
|
||||
// Cameron Crothers <https://github.com/JProgrammer>
|
||||
@@ -233,7 +233,7 @@ declare namespace Bull {
|
||||
failed: number;
|
||||
delayed: number;
|
||||
}
|
||||
|
||||
|
||||
interface JobInformation {
|
||||
key: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user