Skip to content

Latest commit

 

History

History
100 lines (54 loc) · 2.15 KB

models_Group.InterfaceGroup.md

File metadata and controls

100 lines (54 loc) · 2.15 KB

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:9


admins

admins: any[]

Defined in

src/models/Group.ts:14


createdAt

createdAt: Date

Defined in

src/models/Group.ts:15


description

description: undefined | string

Defined in

src/models/Group.ts:11


organization

organization: any

Defined in

src/models/Group.ts:12


status

status: string

Defined in

src/models/Group.ts:13


title

title: string

Defined in

src/models/Group.ts:10


updatedAt

updatedAt: Date

Defined in

src/models/Group.ts:16