Beignet API reference
    Preparing search index...

    Type Alias DoctorFixOperation

    Selectable low-risk repair and every file change it requires.

    type DoctorFixOperation = {
        changes: DoctorFixFileChange[];
        fixes: InspectFix[];
        id: DoctorFixOperationId;
    }
    Index
    fixes: InspectFix[]