drupflare/drangler - v0.1.0
    Preparing search index...

    Interface PlanStep

    interface PlanStep {
        command: string | null;
        detail: string;
        n: number;
        title: string;
    }
    Index
    command: string | null

    the exact command, when there is one drangler or another tool can run

    detail: string
    n: number
    title: string