talawa-api / Exports / models/Comment / InterfaceComment
models/Comment.InterfaceComment
This is an interface representing a document for a comment in the database(MongoDB).
• _id: ObjectId
• createdAt: Date
• creatorId: any
• likeCount: number
• likedBy: any
[]
• postId: any
• status: string
• text: string
• updatedAt: Date