Preparing search index...
The search index is not available
TagoIO SDK for JavaScript and TypeScript
TagoIO SDK for JavaScript and TypeScript
Types
RunUserInfo
Interface RunUserInfo
interface
RunUserInfo
{
active
:
boolean
;
company
?:
string
;
created_at
:
Date
;
email
:
string
;
id
:
string
;
language
?:
string
;
name
:
string
;
newsletter
?:
boolean
;
options
?:
UserOptions
;
otp
?:
{
authenticator
:
boolean
;
email
:
boolean
;
sms
:
boolean
;
}
;
password
:
string
;
phone
?:
string
;
timezone
:
string
;
}
Hierarchy (
view full
)
RunUserCreateInfo
RunUserInfo
Index
Properties
active
company?
created_
at
email
id
language?
name
newsletter?
options?
otp?
password
phone?
timezone
Properties
active
active
:
boolean
Optional
company
company
?:
string
created_
at
created_
at
:
Date
email
email
:
string
id
id
:
string
Optional
language
language
?:
string
name
name
:
string
Optional
newsletter
newsletter
?:
boolean
Optional
options
options
?:
UserOptions
Optional
otp
otp
?:
{
authenticator
:
boolean
;
email
:
boolean
;
sms
:
boolean
;
}
Type declaration
authenticator
:
boolean
email
:
boolean
sms
:
boolean
password
password
:
string
Optional
phone
phone
?:
string
timezone
timezone
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
active
company
created_
at
email
id
language
name
newsletter
options
otp
password
phone
timezone
TagoIO SDK for JavaScript and TypeScript
Loading...