Skip to main content

InterfaceGroup

talawa-apiDocs


talawa-api / models/Group / InterfaceGroup

Interface: InterfaceGroup

Interface representing a document for a group in the database (MongoDB).

Properties

_id

> _id: ObjectId

Defined in

src/models/Group.ts:10


admins

> admins: any[]

Defined in

src/models/Group.ts:15


createdAt

> createdAt: Date

Defined in

src/models/Group.ts:16


description

> description: undefined | string

Defined in

src/models/Group.ts:12


organization

> organization: any

Defined in

src/models/Group.ts:13


status

> status: string

Defined in

src/models/Group.ts:14


title

> title: string

Defined in

src/models/Group.ts:11


updatedAt

> updatedAt: Date

Defined in

src/models/Group.ts:17