Preparing search index...
The search index is not available
@immediately-run/sdk
@immediately-run/sdk
ContributionResult
Interface ContributionResult
The settled outcome (the stream's return value).
interface
ContributionResult
{
branchName
:
string
;
commitSha
:
string
;
mode
:
"direct-commit"
|
"new-branch-pr"
|
"extend-existing"
;
prNumber
?:
number
;
prUrl
?:
string
;
treeSha
:
string
;
}
Index
Properties
branch
Name
commit
Sha
mode
pr
Number?
pr
Url?
tree
Sha
Properties
branch
Name
branchName
:
string
commit
Sha
commitSha
:
string
mode
mode
:
"direct-commit"
|
"new-branch-pr"
|
"extend-existing"
Optional
pr
Number
prNumber
?:
number
Optional
pr
Url
prUrl
?:
string
tree
Sha
treeSha
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
branch
Name
commit
Sha
mode
pr
Number
pr
Url
tree
Sha
@immediately-run/sdk
Loading...
The settled outcome (the stream's return value).