talawa-api / Exports / models/AgendaItem / InterfaceAgendaItem
Interface: InterfaceAgendaItem
models/AgendaItem.InterfaceAgendaItem
This is an interface representing a document for an agenda item in the database (MongoDB).
Table of contents
Properties
- _id
- attachments
- categories
- createdAt
- createdBy
- description
- duration
- itemType
- notes
- organization
- relatedEvent
- sequence
- title
- updatedAt
- updatedBy
- urls
- users
Properties
_id
• _id: ObjectId
Defined in
attachments
• Optional
attachments: string
[]
Defined in
categories
• Optional
categories: any
[]
Defined in
createdAt
• createdAt: Date
Defined in
createdBy
• createdBy: any
Defined in
description
• Optional
description: string
Defined in
duration
• duration: string
Defined in
itemType
• itemType: ItemType
Defined in
notes
• notes: any
[]
Defined in
organization
• organization: any
Defined in
relatedEvent
• relatedEvent: any
Defined in
sequence
• sequence: number
Defined in
title
• title: string
Defined in
updatedAt
• updatedAt: Date
Defined in
updatedBy
• updatedBy: any
Defined in
urls
• Optional
urls: string
[]
Defined in
users
• Optional
users: any
[]