Agenda - v6.0.0
    Preparing search index...

    Type Alias TJobDatefield

    TJobDatefield: keyof Pick<
        JobParameters,
        | "lastRunAt"
        | "lastFinishedAt"
        | "nextRunAt"
        | "failedAt"
        | "lockedAt"
        | "startDate"
        | "endDate"
        | "debounceStartedAt",
    >