Bitbucket Data Center API Client
GitHub
npm
Preparing search index...
SyncRef
Interface SyncRef
A ref tracked by fork synchronization, and its state relative to upstream.
interface
SyncRef
{
displayId
:
string
;
id
:
string
;
state
?:
"AHEAD"
|
"DIVERGED"
|
"ORPHANED"
;
tag
?:
boolean
;
type
:
"BRANCH"
|
"TAG"
;
}
Index
Properties
display
Id
id
state?
tag?
type
Properties
display
Id
displayId
:
string
id
id
:
string
Optional
state
state
?:
"AHEAD"
|
"DIVERGED"
|
"ORPHANED"
Optional
tag
tag
?:
boolean
type
type
:
"BRANCH"
|
"TAG"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
display
Id
id
state
tag
type
GitHub
npm
Bitbucket Data Center API Client
Loading...
A ref tracked by fork synchronization, and its state relative to upstream.