@karmaniverous/jeeves-runner
    Preparing search index...

    Interface ScheduleValid

    Successful schedule validation result.

    interface ScheduleValid {
        format: "cron" | "rrstack";
        valid: true;
    }
    Index

    Properties

    Properties

    format: "cron" | "rrstack"

    Detected schedule format.

    valid: true

    Whether the schedule is valid.