diff --git a/types/bull/index.d.ts b/types/bull/index.d.ts index 75c7341723..b7a2142fa0 100644 --- a/types/bull/index.d.ts +++ b/types/bull/index.d.ts @@ -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 // Cameron Crothers @@ -233,7 +233,7 @@ declare namespace Bull { failed: number; delayed: number; } - + interface JobInformation { key: string; name: string;