Skip to main content

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

Properties

_id

_id: ObjectId

Defined in

src/models/ActionItem.ts:13


actionItemCategoryId

actionItemCategoryId: any

Defined in

src/models/ActionItem.ts:16


assigneeId

assigneeId: any

Defined in

src/models/ActionItem.ts:14


assignerId

assignerId: any

Defined in

src/models/ActionItem.ts:15


assignmentDate

assignmentDate: Date

Defined in

src/models/ActionItem.ts:19


completionDate

completionDate: Date

Defined in

src/models/ActionItem.ts:21


createdAt

createdAt: Date

Defined in

src/models/ActionItem.ts:25


creatorId

creatorId: any

Defined in

src/models/ActionItem.ts:24


dueDate

dueDate: Date

Defined in

src/models/ActionItem.ts:20


eventId

eventId: any

Defined in

src/models/ActionItem.ts:23


isCompleted

isCompleted: boolean

Defined in

src/models/ActionItem.ts:22


postCompletionNotes

postCompletionNotes: string

Defined in

src/models/ActionItem.ts:18


preCompletionNotes

preCompletionNotes: string

Defined in

src/models/ActionItem.ts:17


updatedAt

updatedAt: Date

Defined in

src/models/ActionItem.ts:26