Beignet API reference
    Preparing search index...

    Type Alias DoctorFixPlan

    Deterministic, read-only repair plan for the current app state.

    type DoctorFixPlan = {
        operations: DoctorFixOperation[];
        planId: string;
        schemaVersion: 1;
        strict: boolean;
        targetDir: string;
    }
    Index
    operations: DoctorFixOperation[]
    planId: string
    schemaVersion: 1
    strict: boolean
    targetDir: string