mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-28 19:47:29 +08:00
Ensure cron reminders deliver to explicit targets
This commit is contained in:
@@ -6,6 +6,13 @@ export type CronJob = {
|
||||
name: string;
|
||||
enabled: boolean;
|
||||
expr?: string;
|
||||
schedule?: {
|
||||
kind?: string;
|
||||
atMs?: number;
|
||||
everyMs?: number;
|
||||
expr?: string;
|
||||
tz?: string;
|
||||
};
|
||||
message?: string;
|
||||
deliver?: boolean;
|
||||
channel?: string;
|
||||
|
||||
Reference in New Issue
Block a user