Files
clawdbot/src/config/types.cron.ts
2026-01-14 01:17:56 +00:00

6 lines
99 B
TypeScript

export type CronConfig = {
enabled?: boolean;
store?: string;
maxConcurrentRuns?: number;
};