frontend
Preparing search index...
lib/account/user
User
Interface User
Used to interface with user session data.
interface
User
{
account_type
?:
AccountType
;
id
?:
string
;
username
:
string
;
}
Index
Properties
account_
type?
id?
username
Properties
Optional
account_
type
account_type
?:
AccountType
Optional
id
id
?:
string
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account_
type
id
username
frontend
Loading...
Used to interface with user session data.