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