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:67


address

address: string

Defined in

core/src/user.ts:88


birthDate

birthDate: string

Defined in

core/src/user.ts:85


city

city: string

Defined in

core/src/user.ts:89


country

country: string

Defined in

core/src/user.ts:92


createdAt

createdAt: string

Defined in

core/src/user.ts:68


custom

custom: Record<string, any>

Defined in

core/src/user.ts:93


downloadBytes

downloadBytes: number

Defined in

core/src/user.ts:75


editor

editor: string

Defined in

core/src/user.ts:81


email

email: string

Defined in

core/src/user.ts:64


flags

flags: number

Defined in

core/src/user.ts:77


gender

gender: string

Defined in

core/src/user.ts:86


handle

handle: string

Defined in

core/src/user.ts:62


id

id: number

Defined in

core/src/user.ts:61


lastLogin

lastLogin: string

Defined in

core/src/user.ts:69


location

location: string

Defined in

core/src/user.ts:66


menuSet: string

Defined in

core/src/user.ts:82


note

note: string

Defined in

core/src/user.ts:78


passwordHash

passwordHash: string

Defined in

core/src/user.ts:63


phone

phone: string

Defined in

core/src/user.ts:87


protocol

protocol: string

Defined in

core/src/user.ts:80


realName

realName: string

Defined in

core/src/user.ts:65


screenHeight

screenHeight: number

Defined in

core/src/user.ts:84


screenWidth

screenWidth: number

Defined in

core/src/user.ts:83


signature

signature: string

Defined in

core/src/user.ts:79


state

state: string

Defined in

core/src/user.ts:90


timeOnline

timeOnline: number

Defined in

core/src/user.ts:76


totalCalls

totalCalls: number

Defined in

core/src/user.ts:70


totalDownloads

totalDownloads: number

Defined in

core/src/user.ts:73


totalPosts

totalPosts: number

Defined in

core/src/user.ts:71


totalUploads

totalUploads: number

Defined in

core/src/user.ts:72


uploadBytes

uploadBytes: number

Defined in

core/src/user.ts:74


zipCode

zipCode: string

Defined in

core/src/user.ts:91