Skip to main content

MOCK_USERS2

Admin Docs


Variable: MOCK_USERS2

const MOCK_USERS2: object[]

Defined in: src/screens/Users/Organization.mocks.ts:284

Type declaration

appUserProfile

appUserProfile: object

appUserProfile._id

_id: string = 'user3'

appUserProfile.adminFor

adminFor: any[] = []

appUserProfile.createdEvents

createdEvents: any[] = []

appUserProfile.createdOrganizations

createdOrganizations: any[] = []

appUserProfile.eventAdmin

eventAdmin: any[] = []

appUserProfile.isSuperAdmin

isSuperAdmin: boolean = false

user

user: object

user._id

_id: string = 'user3'

user.createdAt

createdAt: string = '2023-04-09T04:53:17.742+00:00'

user.email

email: string = 'jack@example.com'

user.firstName

firstName: string = 'Jack'

user.image

image: any = null

user.joinedOrganizations

joinedOrganizations: object[]

user.lastName

lastName: string = 'Smith'

user.membershipRequests

membershipRequests: any[] = []

user.organizationsBlockedBy

organizationsBlockedBy: object[]

user.registeredEvents

registeredEvents: any[] = []