talawa-api / Exports / models/AppUserProfile / InterfaceAppUserProfile
Interface: InterfaceAppUserProfile
models/AppUserProfile.InterfaceAppUserProfile
Table of contents
Properties
- _id
- adminFor
- appLanguageCode
- createdEvents
- createdOrganizations
- eventAdmin
- isSuperAdmin
- pluginCreationAllowed
- token
- tokenVersion
- userId
Properties
_id
• _id: ObjectId
Defined in
src/models/AppUserProfile.ts:9
adminFor
• adminFor: PopulatedDoc
<InterfaceOrganization
& Document
>[]
Defined in
src/models/AppUserProfile.ts:11
appLanguageCode
• appLanguageCode: string
Defined in
src/models/AppUserProfile.ts:12
createdEvents
• createdEvents: PopulatedDoc
<InterfaceEvent
& Document
>[]
Defined in
src/models/AppUserProfile.ts:13
createdOrganizations
• createdOrganizations: PopulatedDoc
<InterfaceOrganization
& Document
>[]
Defined in
src/models/AppUserProfile.ts:14
eventAdmin
• eventAdmin: PopulatedDoc
<InterfaceEvent
& Document
>[]
Defined in
src/models/AppUserProfile.ts:15
isSuperAdmin
• isSuperAdmin: boolean
Defined in
src/models/AppUserProfile.ts:19
pluginCreationAllowed
• pluginCreationAllowed: boolean
Defined in
src/models/AppUserProfile.ts:16
token
• token: undefined
| string
Defined in
src/models/AppUserProfile.ts:17
tokenVersion
• tokenVersion: number
Defined in
src/models/AppUserProfile.ts:18
userId
• userId: PopulatedDoc
<InterfaceUser
& Document
>