Post

Community site posts

id

Type: number | undefined

author

Type: string

title

Type: string

content

Type: string

datetime

Type: Date

likes

Type: number

comments

Type: number

userId

Type: string | undefined

postComments

Type: Comment[] | undefined

Last updated