@juki-team/commons - v0.1.10
Preparing search index...
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
createdTimestamp
:
number
hidden
hidden
:
boolean
id
id
:
string
reactions
reactions
:
{
[
key
:
string
]:
{
[
key
:
string
]:
ReactionUserResponseData
}
}
replies
replies
:
CommentDataResponseDTO
[]
updated
Timestamp
updatedTimestamp
:
number
user
user
:
UserCompanyBasicInfoResponseDTO
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
created
Timestamp
hidden
id
reactions
replies
updated
Timestamp
user
@juki-team/commons - v0.1.10
Loading...