iniquity

A re-imagining of the iconic BBS software.

View on GitHub

Interface: IUserData

user.IUserData

User data structure stored in database

Table of contents

Properties

Properties

access

access: UserAccessLevel

Defined in

core/src/user.ts:47


address

address: string

Defined in

core/src/user.ts:68


birthDate

birthDate: string

Defined in

core/src/user.ts:65


city

city: string

Defined in

core/src/user.ts:69


country

country: string

Defined in

core/src/user.ts:72


createdAt

createdAt: string

Defined in

core/src/user.ts:48


custom

custom: Record<string, any>

Defined in

core/src/user.ts:73


downloadBytes

downloadBytes: number

Defined in

core/src/user.ts:55


editor

editor: string

Defined in

core/src/user.ts:61


email

email: string

Defined in

core/src/user.ts:44


flags

flags: number

Defined in

core/src/user.ts:57


gender

gender: string

Defined in

core/src/user.ts:66


handle

handle: string

Defined in

core/src/user.ts:42


id

id: number

Defined in

core/src/user.ts:41


lastLogin

lastLogin: string

Defined in

core/src/user.ts:49


location

location: string

Defined in

core/src/user.ts:46


menuSet: string

Defined in

core/src/user.ts:62


note

note: string

Defined in

core/src/user.ts:58


passwordHash

passwordHash: string

Defined in

core/src/user.ts:43


phone

phone: string

Defined in

core/src/user.ts:67


protocol

protocol: string

Defined in

core/src/user.ts:60


realName

realName: string

Defined in

core/src/user.ts:45


screenHeight

screenHeight: number

Defined in

core/src/user.ts:64


screenWidth

screenWidth: number

Defined in

core/src/user.ts:63


signature

signature: string

Defined in

core/src/user.ts:59


state

state: string

Defined in

core/src/user.ts:70


timeOnline

timeOnline: number

Defined in

core/src/user.ts:56


totalCalls

totalCalls: number

Defined in

core/src/user.ts:50


totalDownloads

totalDownloads: number

Defined in

core/src/user.ts:53


totalPosts

totalPosts: number

Defined in

core/src/user.ts:51


totalUploads

totalUploads: number

Defined in

core/src/user.ts:52


uploadBytes

uploadBytes: number

Defined in

core/src/user.ts:54


zipCode

zipCode: string

Defined in

core/src/user.ts:71