Beignet API reference
Preparing search index...
@beignet/cli
DoctorFixApplyResult
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
Properties
fixes
operation
Ids
plan
Id
schema
Version
target
Dir
Properties
fixes
fixes
:
InspectFix
[]
operation
Ids
operationIds
:
DoctorFixOperationId
[]
plan
Id
planId
:
string
schema
Version
schemaVersion
:
1
target
Dir
targetDir
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fixes
operation
Ids
plan
Id
schema
Version
target
Dir
Beignet API reference
Loading...
Result of applying all or part of a guarded doctor fix plan.