Search
Preparing search index...
The search index is not available
dcs-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
dcs-js
PullRequest
Interface PullRequest
PullRequest represents a pull request
export
interface
PullRequest
Hierarchy
PullRequest
Index
Properties
allow_
maintainer_
edit
assignee
assignees
base
body
closed_
at
comments
created_
at
diff_
url
due_
date
head
html_
url
id
is_
locked
labels
merge_
base
merge_
commit_
sha
mergeable
merged
merged_
at
merged_
by
milestone
number
patch_
url
state
title
updated_
at
url
user
Properties
Optional
allow_
maintainer_
edit
allow_
maintainer_
edit
?:
boolean
memberof
PullRequest
Optional
assignee
assignee
?:
User
memberof
PullRequest
Optional
assignees
assignees
?:
User
[]
memberof
PullRequest
Optional
base
base
?:
PRBranchInfo
memberof
PullRequest
Optional
body
body
?:
string
memberof
PullRequest
Optional
closed_
at
closed_
at
?:
string
memberof
PullRequest
Optional
comments
comments
?:
number
memberof
PullRequest
Optional
created_
at
created_
at
?:
string
memberof
PullRequest
Optional
diff_
url
diff_
url
?:
string
memberof
PullRequest
Optional
due_
date
due_
date
?:
string
memberof
PullRequest
Optional
head
head
?:
PRBranchInfo
memberof
PullRequest
Optional
html_
url
html_
url
?:
string
memberof
PullRequest
Optional
id
id
?:
number
memberof
PullRequest
Optional
is_
locked
is_
locked
?:
boolean
memberof
PullRequest
Optional
labels
labels
?:
Label
[]
memberof
PullRequest
Optional
merge_
base
merge_
base
?:
string
memberof
PullRequest
Optional
merge_
commit_
sha
merge_
commit_
sha
?:
string
memberof
PullRequest
Optional
mergeable
mergeable
?:
boolean
memberof
PullRequest
Optional
merged
merged
?:
boolean
memberof
PullRequest
Optional
merged_
at
merged_
at
?:
string
memberof
PullRequest
Optional
merged_
by
merged_
by
?:
User
memberof
PullRequest
Optional
milestone
milestone
?:
Milestone
memberof
PullRequest
Optional
number
number
?:
number
memberof
PullRequest
Optional
patch_
url
patch_
url
?:
string
memberof
PullRequest
Optional
state
state
?:
string
StateType issue state type
memberof
PullRequest
Optional
title
title
?:
string
memberof
PullRequest
Optional
updated_
at
updated_
at
?:
string
memberof
PullRequest
Optional
url
url
?:
string
memberof
PullRequest
Optional
user
user
?:
User
memberof
PullRequest
Exports
Pull
Request
allow_
maintainer_
edit
assignee
assignees
base
body
closed_
at
comments
created_
at
diff_
url
due_
date
head
html_
url
id
is_
locked
labels
merge_
base
merge_
commit_
sha
mergeable
merged
merged_
at
merged_
by
milestone
number
patch_
url
state
title
updated_
at
url
user
Generated using
TypeDoc
PullRequest represents a pull request
PullRequest