Preparing search index...
The search index is not available
@booksakura/backlog-client-ts
@booksakura/backlog-client-ts
entities
activities
ActivityTypeMilestoneUpdated
Interface ActivityTypeMilestoneUpdated
interface
ActivityTypeMilestoneUpdated
{
content
:
{
changes
:
{
field
:
"description"
|
"startDate"
|
"referenceDate"
;
new_value
:
string
;
old_value
:
string
;
}
[]
;
id
:
number
;
name
:
string
;
}
;
created
?:
string
;
createdUser
?:
User
;
id
:
number
;
notifications
?:
ActivityNotification
[]
;
project
?:
ActivityProject
;
type
:
23
;
}
Hierarchy
ActivityBase
ActivityTypeMilestoneUpdated
Index
Properties
content
created?
created
User?
id
notifications?
project?
type
Properties
Readonly
content
content
:
{
changes
:
{
field
:
"description"
|
"startDate"
|
"referenceDate"
;
new_value
:
string
;
old_value
:
string
;
}
[]
;
id
:
number
;
name
:
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
:
23
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...