-
Notifications
You must be signed in to change notification settings - Fork 221
index.d.ts type-error #310
Copy link
Copy link
Closed
Description
node_modules/bee-queue/index.d.ts:13:40 - error TS2314: Generic type 'Job<T>' requires 1 type argument(s).
13 backoffStrategies: Map<string, (job: BeeQueue.Job) => number>;
~~~~~~~~~~~~
node_modules/bee-queue/index.d.ts:120:30 - error TS2304: Cannot find name 'this'.
120 strategy: keyof typeof this.backoffStrategies,
~~~~
Found 2 errors.
Reactions are currently unavailable