Skip to main content

InterfaceAgendaItem

talawa-api


talawa-api / models/AgendaItem / InterfaceAgendaItem

Interface: InterfaceAgendaItem

Represents a document for an agenda item in the MongoDB database.

Properties

_id

> _id: ObjectId

Defined in

src/models/AgendaItem.ts:15


attachments?

> optional attachments: string[]

Defined in

src/models/AgendaItem.ts:19


categories?

> optional categories: any[]

Defined in

src/models/AgendaItem.ts:25


createdAt

> createdAt: Date

Defined in

src/models/AgendaItem.ts:28


createdBy

> createdBy: any

Defined in

src/models/AgendaItem.ts:20


description?

> optional description: string

Defined in

src/models/AgendaItem.ts:17


duration

> duration: string

Defined in

src/models/AgendaItem.ts:18


itemType

> itemType: ItemType

Defined in

src/models/AgendaItem.ts:27


notes

> notes: any[]

Defined in

src/models/AgendaItem.ts:31


organization

> organization: any

Defined in

src/models/AgendaItem.ts:30


relatedEvent

> relatedEvent: any

Defined in

src/models/AgendaItem.ts:24


sequence

> sequence: number

Defined in

src/models/AgendaItem.ts:26


title

> title: string

Defined in

src/models/AgendaItem.ts:16


updatedAt

> updatedAt: Date

Defined in

src/models/AgendaItem.ts:29


updatedBy

> updatedBy: any

Defined in

src/models/AgendaItem.ts:21


urls?

> optional urls: string[]

Defined in

src/models/AgendaItem.ts:22


users?

> optional users: any[]

Defined in

src/models/AgendaItem.ts:23