mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
feat: add cron agent binding
This commit is contained in:
@@ -350,6 +350,7 @@ export type CronJobState = {
|
||||
|
||||
export type CronJob = {
|
||||
id: string;
|
||||
agentId?: string;
|
||||
name: string;
|
||||
description?: string;
|
||||
enabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user