Preparing search index...
The search index is not available
@juki-team/commons - v0.0.826
@juki-team/commons
CommentDataResponseDTO
Interface CommentDataResponseDTO
interface
CommentDataResponseDTO
{
content
:
string
;
createdTimestamp
:
number
;
hidden
:
boolean
;
id
:
string
;
reactions
:
{
[
key
:
string
]
:
{
[
key
:
string
]
:
ReactionUserResponseData
;
}
;
}
;
replies
:
CommentDataResponseDTO
[]
;
updatedTimestamp
:
number
;
user
:
UserCompanyBasicInfoResponseDTO
;
}
Index
Properties
content
created
Timestamp
hidden
id
reactions
replies
updated
Timestamp
user
Properties
content
content
:
string
created
Timestamp
created
Timestamp
:
number
hidden
hidden
:
boolean
id
id
:
string
reactions
reactions
:
{
[
key
:
string
]
:
{
[
key
:
string
]
:
ReactionUserResponseData
;
}
;
}
Type declaration
[
key
:
string
]:
{
[
key
:
string
]
:
ReactionUserResponseData
;
}
[
key
:
string
]:
ReactionUserResponseData
replies
replies
:
CommentDataResponseDTO
[]
updated
Timestamp
updated
Timestamp
:
number
user
user
:
UserCompanyBasicInfoResponseDTO
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
content
created
Timestamp
hidden
id
reactions
replies
updated
Timestamp
user
@juki-team/commons - v0.0.826
Loading...