Skip to main content

talawa-api / Exports / models/Group / InterfaceGroup

Interface: InterfaceGroup

models/Group.InterfaceGroup

This is an interface representing a document for a group in the database(MongoDB).

Table of contents

Properties

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