openclaw/src/config/types.cron.ts

6 lines
99 B
TypeScript
Raw Normal View History

2026-01-14 01:08:15 +00:00
export type CronConfig = {
enabled?: boolean;
store?: string;
maxConcurrentRuns?: number;
};