InterfaceActionItemCategory
talawa-api • Docs
talawa-api / models/ActionItemCategory / InterfaceActionItemCategory
Interface: InterfaceActionItemCategory
Represents a database document for ActionItemCategory in MongoDB.
Properties
_id
> _id: ObjectId
Defined in
src/models/ActionItemCategory.ts:10
createdAt
> createdAt: Date
Defined in
src/models/ActionItemCategory.ts:15
creatorId
> creatorId: any
Defined in
src/models/ActionItemCategory.ts:14
isDisabled
> isDisabled: boolean
Defined in
src/models/ActionItemCategory.ts:13
name
> name: string
Defined in
src/models/ActionItemCategory.ts:11
organizationId
> organizationId: any
Defined in
src/models/ActionItemCategory.ts:12
updatedAt
> updatedAt: Date