Skip to main content

AgendaCategorySchema

talawa-apiDocs


talawa-api / models/AgendaCategory / AgendaCategorySchema

Variable: AgendaCategorySchema

> const AgendaCategorySchema: Schema<any, Model<any, any, any, any, any, any>, object, object, object, object, DefaultSchemaOptions, object, Document<unknown, object, FlatRecord<object>> & FlatRecord<object> & object>

Mongoose schema definition for an agenda category document.

Param

Name of the agenda category.

Param

Optional description of the agenda category.

Param

Reference to the organization associated with the agenda category.

Param

Reference to the user who created the agenda category.

Param

Reference to the user who last updated the agenda category.

Param

Date when the agenda category was created.

Param

Date when the agenda category was last updated.

Defined in

src/models/AgendaCategory.ts:30