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