Type alias JobOptionsWithInterval

JobOptionsWithInterval: CommonJobOptions & {
    interval: number;
    schedule?: never;
}

Type declaration

  • interval: number

    The interval in milliseconds

  • Optional schedule?: never