Beignet API reference
    Preparing search index...

    Type Alias DoctorFixApplyResult

    Result of applying all or part of a guarded doctor fix plan.

    type DoctorFixApplyResult = {
        fixes: InspectFix[];
        operationIds: DoctorFixOperationId[];
        planId: string;
        schemaVersion: 1;
        targetDir: string;
    }
    Index
    fixes: InspectFix[]
    operationIds: DoctorFixOperationId[]
    planId: string
    schemaVersion: 1
    targetDir: string