talawa-api / Exports / models/AgendaCategory / InterfaceAgendaCategory
Interface: InterfaceAgendaCategory
models/AgendaCategory.InterfaceAgendaCategory
This is an interface representing a document for an agenda category in the database (MongoDB).
Table of contents
Properties
Properties
_id
• _id: ObjectId
Defined in
src/models/AgendaCategory.ts:9
createdBy
• createdBy: PopulatedDoc
<InterfaceUser
& Document
>
Defined in
src/models/AgendaCategory.ts:13
description
• Optional
description: string
Defined in
src/models/AgendaCategory.ts:11
name
• name: string
Defined in
src/models/AgendaCategory.ts:10
organizationId
• organizationId: PopulatedDoc
<InterfaceOrganization
& Document
>
Defined in
src/models/AgendaCategory.ts:12
updatedBy
• updatedBy: PopulatedDoc
<InterfaceUser
& Document
>