talawa-api / Exports / models/Comment / InterfaceComment
Interface: InterfaceComment
models/Comment.InterfaceComment
This is an interface representing a document for a comment in the database - (MongoDB).
Table of contents
Properties
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