backend
Preparing search index...
models/entities/User
User
Class User
Hierarchy (
View Summary
)
Base
User
Index
Constructors
constructor
Properties
created
At?
email?
id
items
name?
password
updated
At?
username
Constructors
constructor
new
User
()
:
User
Returns
User
Properties
Optional
created
At
createdAt
?:
Date
Optional
email
email
?:
string
id
id
:
number
items
items
:
Collection
<
Item
,
object
>
= ...
Optional
name
name
?:
string
password
password
:
string
Optional
updated
At
updatedAt
?:
Date
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
created
At
email
id
items
name
password
updated
At
username
backend
Loading...