export interface JobInfo { id: string; schedule: string; nextRun: Date | null; isRunning: boolean; }