InterfaceAgendaItem
talawa-api • Docs
talawa-api / models/AgendaItem / InterfaceAgendaItem
Interface: InterfaceAgendaItem
Represents a document for an agenda item in the MongoDB database.
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
[]