better-buddy-share-backend
Preparing search index...
types/db/User
User
Type Alias User
type
User
=
{
avatar
:
string
;
ban_expires_at
:
Date
|
null
;
ban_reason
:
string
|
null
;
created_at
:
Date
;
description
:
string
;
email
:
string
;
is_banned
:
boolean
;
password
:
string
;
profile_banner
:
string
;
stream_token
:
string
|
null
;
user_id
:
number
;
username
:
string
;
}
Index
Properties
avatar
ban_
expires_
at
ban_
reason
created_
at
description
email
is_
banned
password
profile_
banner
stream_
token
user_
id
username
Properties
avatar
avatar
:
string
ban_
expires_
at
ban_expires_at
:
Date
|
null
ban_
reason
ban_reason
:
string
|
null
created_
at
created_at
:
Date
description
description
:
string
email
email
:
string
is_
banned
is_banned
:
boolean
password
password
:
string
profile_
banner
profile_banner
:
string
stream_
token
stream_token
:
string
|
null
user_
id
user_id
:
number
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avatar
ban_
expires_
at
ban_
reason
created_
at
description
email
is_
banned
password
profile_
banner
stream_
token
user_
id
username
better-buddy-share-backend
Loading...