Preparing search index...
The search index is not available
@booksakura/backlog-client-ts
@booksakura/backlog-client-ts
entities
activities
ActivityTypePullRequestUpdated
Interface ActivityTypePullRequestUpdated
interface
ActivityTypePullRequestUpdated
{
content
:
{
changes
:
{
field
:
|
"description"
|
"status"
|
"deleteBranch"
|
"assignee"
;
new_value
:
string
;
old_value
:
string
;
}
[]
;
comment
:
ActivityTypeComment
;
description
:
string
;
id
:
number
;
issue
?:
{
description
:
string
;
id
:
number
;
issue_key
:
string
;
key_id
:
number
;
summary
:
string
;
}
;
number
:
number
;
repository
:
{
description
:
string
;
id
:
number
;
name
:
string
;
}
;
summary
:
string
;
}
;
created
?:
string
;
createdUser
?:
User
;
id
:
number
;
notifications
?:
ActivityNotification
[]
;
project
?:
ActivityProject
;
type
:
19
;
}
Hierarchy
ActivityBase
ActivityTypePullRequestUpdated
Index
Properties
content
created?
created
User?
id
notifications?
project?
type
Properties
Readonly
content
content
:
{
changes
:
{
field
:
|
"description"
|
"status"
|
"deleteBranch"
|
"assignee"
;
new_value
:
string
;
old_value
:
string
;
}
[]
;
comment
:
ActivityTypeComment
;
description
:
string
;
id
:
number
;
issue
?:
{
description
:
string
;
id
:
number
;
issue_key
:
string
;
key_id
:
number
;
summary
:
string
;
}
;
number
:
number
;
repository
:
{
description
:
string
;
id
:
number
;
name
:
string
;
}
;
summary
:
string
;
}
Optional
Readonly
created
created
?:
string
Optional
Readonly
created
User
created
User
?:
User
Readonly
id
id
:
number
Optional
Readonly
notifications
notifications
?:
ActivityNotification
[]
Optional
Readonly
project
project
?:
ActivityProject
Readonly
type
type
:
19
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
created
created
User
id
notifications
project
type
@booksakura/backlog-client-ts
Loading...