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

    Interface AuditRow

    interface AuditRow {
        detail: string;
        found: number;
        id: string;
        label: string;
        state: DormancyState;
        toActivate?: string;
    }
    Index
    detail: string
    found: number

    how many matching config objects were found, when the capability has a config probe

    id: string
    label: string
    toActivate?: string