ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
types/post
PostComment
Interface PostComment
interface
PostComment
{
id
:
string
;
postId
:
string
;
authorId
:
string
;
content
:
string
;
parentId
?:
string
;
createdAt
:
Date
;
updatedAt
:
Date
;
author
:
{
id
:
string
;
name
:
string
;
email
:
string
;
avatar
?:
string
}
;
parent
?:
PostComment
;
replies
:
PostComment
[]
;
repliesCount
:
number
;
}
Index
Properties
id
post
Id
author
Id
content
parent
Id?
created
At
updated
At
author
parent?
replies
replies
Count
Properties
id
id
:
string
post
Id
postId
:
string
author
Id
authorId
:
string
content
content
:
string
Optional
parent
Id
parentId
?:
string
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
author
author
:
{
id
:
string
;
name
:
string
;
email
:
string
;
avatar
?:
string
}
Optional
parent
parent
?:
PostComment
replies
replies
:
PostComment
[]
replies
Count
repliesCount
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
post
Id
author
Id
content
parent
Id
created
At
updated
At
author
parent
replies
replies
Count
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...