Skip to main content

ActionItem

Admin Docs


Type Alias: ActionItem

ActionItem: object

Defined in: src/types/actionItem.ts:5

Type declaration

_id

_id: string

actionItemCategory?

optional actionItemCategory: ActionItemCategory

assignee?

optional assignee: User

assigner?

optional assigner: User

assignmentDate

assignmentDate: Date

completionDate

completionDate: Date

createdAt

createdAt: Date

creator?

optional creator: User

dueDate

dueDate: Date

event?

optional event: Event

isCompleted

isCompleted: boolean

postCompletionNotes?

optional postCompletionNotes: string

preCompletionNotes?

optional preCompletionNotes: string

updatedAt

updatedAt: Date