Skip to main content

InterfaceAgendaItem

talawa-apiDocs


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:13


attachments?

> optional attachments: string[]

Defined in

src/models/AgendaItem.ts:17


categories?

> optional categories: any[]

Defined in

src/models/AgendaItem.ts:23


createdAt

> createdAt: Date

Defined in

src/models/AgendaItem.ts:26


createdBy

> createdBy: any

Defined in

src/models/AgendaItem.ts:18


description?

> optional description: string

Defined in

src/models/AgendaItem.ts:15


duration

> duration: string

Defined in

src/models/AgendaItem.ts:16


itemType

> itemType: ItemType

Defined in

src/models/AgendaItem.ts:25


notes

> notes: any[]

Defined in

src/models/AgendaItem.ts:29


organization

> organization: any

Defined in

src/models/AgendaItem.ts:28


relatedEvent

> relatedEvent: any

Defined in

src/models/AgendaItem.ts:22


sequence

> sequence: number

Defined in

src/models/AgendaItem.ts:24


title

> title: string

Defined in

src/models/AgendaItem.ts:14


updatedAt

> updatedAt: Date

Defined in

src/models/AgendaItem.ts:27


updatedBy

> updatedBy: any

Defined in

src/models/AgendaItem.ts:19


urls?

> optional urls: string[]

Defined in

src/models/AgendaItem.ts:20


users?

> optional users: any[]

Defined in

src/models/AgendaItem.ts:21