export interface CronUpdateScheduleResponse { cron: string; nextStart?: Date[]; }