@sqlrooms/discuss / Comment
Type Alias: Comment
Comment =
object
Type Declaration
| Name | Type |
|---|---|
id | string |
userId | string |
text | string |
timestamp | Date |
parentId? | string |
@sqlrooms/discuss / Comment
Comment =
object
| Name | Type |
|---|---|
id | string |
userId | string |
text | string |
timestamp | Date |
parentId? | string |