talawa-api / Exports / models/ActionItem / InterfaceActionItem
models/ActionItem.InterfaceActionItem
This is an interface that represents a database(MongoDB) document for ActionItem [test check].
- _id
- actionItemCategoryId
- assigneeId
- assignerId
- assignmentDate
- completionDate
- createdAt
- creatorId
- dueDate
- eventId
- isCompleted
- postCompletionNotes
- preCompletionNotes
- updatedAt
• _id: ObjectId
• actionItemCategoryId: any
• assigneeId: any
• assignerId: any
• assignmentDate: Date
• completionDate: Date
• createdAt: Date
• creatorId: any
• dueDate: Date
• eventId: any
• isCompleted: boolean
• postCompletionNotes: string
• preCompletionNotes: string
• updatedAt: Date