Trading Assistant API Documentation - v0.1.0
Preparing search index...
components/02-widgets/08_UserManagement/usermanagement.types
UserProfile
Interface UserProfile
User profile from Supabase user_profiles table
interface
UserProfile
{
id
:
string
;
email
:
string
;
full_name
:
string
|
null
;
display_name
:
string
|
null
;
role
:
UserRole
;
is_active
:
boolean
;
created_at
:
string
;
updated_at
:
string
;
last_login_at
:
string
|
null
;
}
Hierarchy (
View Summary
)
UserProfile
UserWithStats
Index
Properties
id
email
full_
name
display_
name
role
is_
active
created_
at
updated_
at
last_
login_
at
Properties
id
id
:
string
email
email
:
string
full_
name
full_name
:
string
|
null
display_
name
display_name
:
string
|
null
role
role
:
UserRole
is_
active
is_active
:
boolean
created_
at
created_at
:
string
updated_
at
updated_at
:
string
last_
login_
at
last_login_at
:
string
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
email
full_
name
display_
name
role
is_
active
created_
at
updated_
at
last_
login_
at
Trading Assistant API Documentation - v0.1.0
Loading...
User profile from Supabase user_profiles table