Skip to content

Commit cd6acfb

Browse files
authored
Merge pull request #266 from Shiv-hcr/patch-1
Fix type for timeout option
2 parents 048e9eb + 2c56cb5 commit cd6acfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ declare namespace Bree {
7171
type Job = {
7272
name: string;
7373
path: string | (() => void);
74-
timeout: number | string | boolean;
74+
timeout: number | string | false;
7575
interval: number | string;
7676
date?: Date;
7777
cron?: string;

0 commit comments

Comments
 (0)