DefinitelyTyped/types/bull
Patt-tom McDonnell 6449d48de9 [@types/bull] Update JobStatus type to be compatible with all Queue methods (#21952)
* Update JobStatus type to be compatible with all Queue methods

The docs for Bull suggest that methods can take `waiting` as a valid JobStatus but this is incorrect.

For example [here](https://github.com/OptimalBits/bull/blob/master/lib/queue.js#L995) the `.clean` method will fail when trying to clean the status `waiting`. This should be changed to `wait` but is currently incompatible with the typings here

* use `// tslint:disable-next-line` instead of `// tslint:disable`
2018-01-02 17:34:24 -08:00
..
v2 Ensure every package has a tslint.json (#21009) 2017-10-25 11:13:50 -07:00
bull-tests.tsx
index.d.ts [@types/bull] Update JobStatus type to be compatible with all Queue methods (#21952) 2018-01-02 17:34:24 -08:00
tsconfig.json
tslint.json