InterfaceAgendaCategory
talawa-api / models/AgendaCategory / InterfaceAgendaCategory
Interface: InterfaceAgendaCategory
Represents a document for an agenda category in the MongoDB database.
Properties
_id
> _id: ObjectId
Defined in
src/models/AgendaCategory.ts:10
createdAt
> createdAt: Date
Defined in
src/models/AgendaCategory.ts:16
createdBy
> createdBy: any
Defined in
src/models/AgendaCategory.ts:14
description?
> optional
description: string
Defined in
src/models/AgendaCategory.ts:12
name
> name: string
Defined in
src/models/AgendaCategory.ts:11
organizationId
> organizationId: any
Defined in
src/models/AgendaCategory.ts:13
updatedAt
> updatedAt: Date
Defined in
src/models/AgendaCategory.ts:17
updatedBy
> updatedBy: any