You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Job options interval type does not include the object
Actual behavior
I am creating a job in which the interval parameter is created using later. But I can't add it to the job options on typescript, because the job options type can only include string or number.
Expected behavior
The documentation describes that the interval type includes Number, Object, or String.
The text was updated successfully, but these errors were encountered:
Describe the bug
Node.js version: v22.13.1
OS version: Win10
Description: Job options interval type does not include the object
Actual behavior
I am creating a job in which the interval parameter is created using later. But I can't add it to the job options on typescript, because the job options type can only include string or number.
Expected behavior
The documentation describes that the interval type includes Number, Object, or String.
The text was updated successfully, but these errors were encountered: