Takaro - v0.6.0
Preparing search index...
@takaro/util
Sentry
User
Interface User
An interface describing a user of an application or a handled request.
interface
User
{
email
?:
string
;
geo
?:
GeoLocation
;
id
?:
string
|
number
;
ip_address
?:
string
|
null
;
username
?:
string
;
[
key
:
string
]:
any
;
}
Indexable
[
key
:
string
]:
any
Index
Properties
email?
geo?
id?
ip_
address?
username?
Properties
Optional
email
email
?:
string
Optional
geo
geo
?:
GeoLocation
Optional
id
id
?:
string
|
number
Optional
ip_
address
ip_address
?:
string
|
null
Optional
username
username
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
geo
id
ip_
address
username
Takaro - v0.6.0
Loading...
An interface describing a user of an application or a handled request.