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

    Interface MigrationPlan

    interface MigrationPlan {
        counts: Record<Severity, number>;
        direction: Direction;
        findings: Finding[];
        root: string;
        source: string;
        steps: PlanStep[];
        target: TargetRuntime;
        unknowns: string[];
    }
    Index
    counts: Record<Severity, number>
    direction: Direction
    findings: Finding[]
    root: string
    source: string
    steps: PlanStep[]

    what the destination is taken to run, and whether that was measured

    unknowns: string[]

    survey fields a rule wanted and did not get; an unknown is never scored as a pass