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