Comment

Post comments

id

Type: number | undefined

author

Type: string

content

Type: string

datetime

Type: Date

likes

Type: number

userId

Type: string

parentType

Type: string

parentId

Type: number | undefined

top

Type: boolean

comments

Type: Comment[] | undefined

Last updated