ServerItemCommunityComment
ServerItemCommunityComment
provides information of an item community comment.
Syntax
type ServerItemCommunityComment = {
name: string
author: string
time: number
content: string
actions: ServerForm[]
}
Examples
{
"name": "...",
"author": "Username",
"time": 1640995200000,
"content": "...",
"actions": [
// ...
]
}