ISPO SDK
ISPO
Preparing search index...
core
RemoteCodingGitStatusResult
Interface RemoteCodingGitStatusResult
Markdown
Copy Markdown
interface
RemoteCodingGitStatusResult
{
files
:
readonly
{
additions
?:
number
;
deletions
?:
number
;
path
:
string
;
staged
:
boolean
;
status
:
string
;
}
[]
;
sourceRevision
:
string
;
truncated
:
boolean
;
}
Index
Properties
files
source
Revision
truncated
Properties
files
files
:
readonly
{
additions
?:
number
;
deletions
?:
number
;
path
:
string
;
staged
:
boolean
;
status
:
string
;
}
[]
source
Revision
sourceRevision
:
string
truncated
truncated
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
files
source
Revision
truncated
ISPO
ISPO SDK
Loading...