Type alias JobOptionsWithSchedule

JobOptionsWithSchedule: CommonJobOptions & {
    interval?: never;
    schedule: string;
}

Type declaration

  • Optional interval?: never
  • schedule: string

    A cron-like string