Beignet API reference
Preparing search index...
@beignet/cli
DoctorFixFileChange
Type Alias DoctorFixFileChange
Exact file mutation proposed by a doctor fix operation.
type
DoctorFixFileChange
=
{
afterHash
:
string
;
beforeHash
:
string
|
null
;
file
:
string
;
kind
:
"create"
|
"update"
;
patch
:
string
;
}
Index
Properties
after
Hash
before
Hash
file
kind
patch
Properties
after
Hash
afterHash
:
string
before
Hash
beforeHash
:
string
|
null
file
file
:
string
kind
kind
:
"create"
|
"update"
patch
patch
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
after
Hash
before
Hash
file
kind
patch
Beignet API reference
Loading...
Exact file mutation proposed by a doctor fix operation.