Cannot get repeat count of job on typescript
Created by: sangwoo-seo
Description
I'm trying to handle jobs depends on repeat count and the job types doesn't seems to have count
property.
It's possible to access by job.opts.repeat['count']
but I'm not sure if this is recommended.
Why is this missing from the type?
Minimal, Working Test code to reproduce the issue.
(An easy to reproduce test case will dramatically decrease the resolution time.)
Bull version
4.10.0