Skip to main content

talawa-api / Exports / models/AgendaSection / InterfaceAgendaSection

Interface: InterfaceAgendaSection

models/AgendaSection.InterfaceAgendaSection

This is an interface representing a document for an agenda section in the database (MongoDB).

Table of contents

Properties

Properties

_id

_id: ObjectId

Defined in

src/models/AgendaSection.ts:10


createdAt

createdAt: Date

Defined in

src/models/AgendaSection.ts:15


createdBy

createdBy: any

Defined in

src/models/AgendaSection.ts:17


description

description: string

Defined in

src/models/AgendaSection.ts:12


items

items: any[]

Defined in

src/models/AgendaSection.ts:13


relatedEvent

relatedEvent: any

Defined in

src/models/AgendaSection.ts:11


sequence

sequence: number

Defined in

src/models/AgendaSection.ts:14


updatedAt

updatedAt: Date

Defined in

src/models/AgendaSection.ts:16


updatedBy

updatedBy: any

Defined in

src/models/AgendaSection.ts:18