Preparing search index...
The search index is not available
@booksakura/backlog-client-ts
@booksakura/backlog-client-ts
entities
activities
ActivityTypeWikiDeleted
Interface ActivityTypeWikiDeleted
interface
ActivityTypeWikiDeleted
{
content
:
{
attachments
:
AttachmentFile
[]
;
content
:
string
;
diff
:
null
;
id
:
number
;
name
:
string
;
shared_files
:
ActivitySharedFile
[]
;
version
:
null
;
}
;
created
?:
string
;
createdUser
?:
User
;
id
:
number
;
notifications
?:
ActivityNotification
[]
;
project
?:
ActivityProject
;
type
:
7
;
}
Hierarchy
ActivityBase
ActivityTypeWikiDeleted
Index
Properties
content
created?
created
User?
id
notifications?
project?
type
Properties
Readonly
content
content
:
{
attachments
:
AttachmentFile
[]
;
content
:
string
;
diff
:
null
;
id
:
number
;
name
:
string
;
shared_files
:
ActivitySharedFile
[]
;
version
:
null
;
}
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
:
7
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...