Skip to main content

InterfaceAppUserProfile

talawa-apiDocs


talawa-api / models/AppUserProfile / InterfaceAppUserProfile

Interface: InterfaceAppUserProfile

Properties

_id

> _id: ObjectId

Defined in

src/models/AppUserProfile.ts:11


adminFor

> adminFor: PopulatedDoc<InterfaceOrganization & Document>[]

Defined in

src/models/AppUserProfile.ts:13


appLanguageCode

> appLanguageCode: string

Defined in

src/models/AppUserProfile.ts:14


campaigns

> campaigns: PopulatedDoc<InterfaceFundraisingCampaign & Document>[]

Defined in

src/models/AppUserProfile.ts:19


createdEvents

> createdEvents: PopulatedDoc<InterfaceEvent & Document>[]

Defined in

src/models/AppUserProfile.ts:15


createdOrganizations

> createdOrganizations: PopulatedDoc<InterfaceOrganization & Document>[]

Defined in

src/models/AppUserProfile.ts:16


eventAdmin

> eventAdmin: PopulatedDoc<InterfaceEvent & Document>[]

Defined in

src/models/AppUserProfile.ts:17


isSuperAdmin

> isSuperAdmin: boolean

Defined in

src/models/AppUserProfile.ts:23


pledges

> pledges: PopulatedDoc<InterfaceFundraisingCampaignPledges & Document>[]

Defined in

src/models/AppUserProfile.ts:18


pluginCreationAllowed

> pluginCreationAllowed: boolean

Defined in

src/models/AppUserProfile.ts:20


token

> token: undefined | string

Defined in

src/models/AppUserProfile.ts:21


tokenVersion

> tokenVersion: number

Defined in

src/models/AppUserProfile.ts:22


userId

> userId: PopulatedDoc<InterfaceUser & Document>

Defined in

src/models/AppUserProfile.ts:12