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

    Type Alias ProvisionStep

    what a provisioner would have to create; rendered as a checklist rather than executed

    type ProvisionStep = {
        automatable: boolean;
        detail: string;
        id: string;
        label: string;
    }
    Index
    automatable: boolean
    detail: string
    id: string
    label: string