Skip to main content

talawa-api / Exports / models/Community / InterfaceCommunity

Interface: InterfaceCommunity

models/Community.InterfaceCommunity

This is an interface that represents a database(MongoDB) document for Community.

Table of contents

Properties

Properties

_id

_id: ObjectId

Defined in

src/models/Community.ts:8


logoUrl

logoUrl: string

Defined in

src/models/Community.ts:10


name

name: string

Defined in

src/models/Community.ts:9


socialMediaUrls

socialMediaUrls: Object

Type declaration

NameType
facebookstring
gitHubstring
instagramstring
linkedInstring
redditstring
slackstring
twitterstring
youTubestring

Defined in

src/models/Community.ts:12


websiteLink: string

Defined in

src/models/Community.ts:11