drupflare/worker - v1.0.0
    Preparing search index...

    Interface CronUnit

    One unit of the chain. module is set only on the hook units.

    interface CronUnit {
        id: string;
        kind: string;
        module?: string;
        pass?: string;
        unreviewed?: boolean;
    }
    Index
    id: string
    kind: string
    module?: string
    pass?: string
    unreviewed?: boolean