Interface: IUserData
user.IUserData
User data structure stored in database
Table of contents
Properties
- access
- address
- birthDate
- city
- country
- createdAt
- custom
- downloadBytes
- editor
- flags
- gender
- handle
- id
- lastLogin
- location
- menuSet
- note
- passwordHash
- phone
- protocol
- realName
- screenHeight
- screenWidth
- signature
- state
- timeOnline
- totalCalls
- totalDownloads
- totalPosts
- totalUploads
- uploadBytes
- zipCode
Properties
access
• access: UserAccessLevel
Defined in
address
• address: string
Defined in
birthDate
• birthDate: string
Defined in
city
• city: string
Defined in
country
• country: string
Defined in
createdAt
• createdAt: string
Defined in
custom
• custom: Record<string, any>
Defined in
downloadBytes
• downloadBytes: number
Defined in
editor
• editor: string
Defined in
• email: string
Defined in
flags
• flags: number
Defined in
gender
• gender: string
Defined in
handle
• handle: string
Defined in
id
• id: number
Defined in
lastLogin
• lastLogin: string
Defined in
location
• location: string
Defined in
menuSet
• menuSet: string
Defined in
note
• note: string
Defined in
passwordHash
• passwordHash: string
Defined in
phone
• phone: string
Defined in
protocol
• protocol: string
Defined in
realName
• realName: string
Defined in
screenHeight
• screenHeight: number
Defined in
screenWidth
• screenWidth: number
Defined in
signature
• signature: string
Defined in
state
• state: string
Defined in
timeOnline
• timeOnline: number
Defined in
totalCalls
• totalCalls: number
Defined in
totalDownloads
• totalDownloads: number
Defined in
totalPosts
• totalPosts: number
Defined in
totalUploads
• totalUploads: number
Defined in
uploadBytes
• uploadBytes: number
Defined in
zipCode
• zipCode: string