Skip to main content

talawa-api / Exports / models/ActionItemCategory / InterfaceActionItemCategory

Interface: InterfaceActionItemCategory

models/ActionItemCategory.InterfaceActionItemCategory

This is an interface that represents a database(MongoDB) document for ActionItemCategory (~Test Check).

Table of contents

Properties

Properties

_id

_id: ObjectId

Defined in

src/models/ActionItemCategory.ts:11


createdAt

createdAt: Date

Defined in

src/models/ActionItemCategory.ts:16


creatorId

creatorId: any

Defined in

src/models/ActionItemCategory.ts:15


isDisabled

isDisabled: boolean

Defined in

src/models/ActionItemCategory.ts:14


name

name: string

Defined in

src/models/ActionItemCategory.ts:12


organizationId

organizationId: any

Defined in

src/models/ActionItemCategory.ts:13


updatedAt

updatedAt: Date

Defined in

src/models/ActionItemCategory.ts:17