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

    Type Alias OpsEntry

    One operation /__ops knows about.

    driver is null where nothing can run it yet. Without that field a command list renders cex and cim the same as cr, implying three working commands where there is one.

    type OpsEntry = {
        cost?: string | null;
        driver: string | null;
        label: string;
        op: string;
    }
    Index
    cost?: string | null
    driver: string | null
    label: string
    op: string