fieldnotesai
Preparing search index...
src/types
User
Interface User
Provides functionality for user.
interface
User
{
avatar_url
?:
string
;
created_at
?:
string
;
email
:
string
;
id
:
string
;
name
:
string
;
role
:
UserRole
;
}
Index
Properties
avatar_
url?
created_
at?
email
id
name
role
Properties
Optional
avatar_
url
avatar_url
?:
string
Optional
created_
at
created_at
?:
string
email
email
:
string
id
id
:
string
name
name
:
string
role
role
:
UserRole
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avatar_
url
created_
at
email
id
name
role
fieldnotesai
Loading...
Provides functionality for user.