We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 048e9eb + 2c56cb5 commit cd6acfbCopy full SHA for cd6acfb
1 file changed
src/index.d.ts
@@ -71,7 +71,7 @@ declare namespace Bree {
71
type Job = {
72
name: string;
73
path: string | (() => void);
74
- timeout: number | string | boolean;
+ timeout: number | string | false;
75
interval: number | string;
76
date?: Date;
77
cron?: string;
0 commit comments