InterfaceComment
talawa-api • Docs
talawa-api / models/Comment / InterfaceComment
Interface: InterfaceComment
Represents a document for a comment in the MongoDB database.
Properties
_id
> _id: ObjectId
Defined in
createdAt
> createdAt: Date
Defined in
creatorId
> creatorId: any
Defined in
likeCount
> likeCount: number
Defined in
likedBy
> likedBy: any
[]
Defined in
postId
> postId: any
Defined in
status
> status: string
Defined in
text
> text: string
Defined in
updatedAt
> updatedAt: Date