openclaw/src/config/types.cron.ts

6 lines
99 B
TypeScript

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