Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Lib.Interface
IUserGet
Interface IUserGet<T>
User
interface
IUserGet
<
T
=
[
]
>
{
authorizedplugins
:
"authorizedplugins"
[]
extends
T
?
string
[]
:
never
[]
;
avatar
?:
TUserGetAvatar
extends
T
?
string
:
never
;
email
:
TUserGetEmail
extends
T
?
string
:
never
;
firstname
?:
TUserGetFirstname
extends
T
?
string
:
never
;
id
:
string
|
(
TUserGetId
extends
T
?
string
:
never
)
;
isvalidated
:
TUserGetIsvalidated
extends
T
?
boolean
:
never
;
lastmodificationdate
:
TUserGetLastmodificationdate
extends
T
?
Date
:
never
;
lastname
?:
TUserGetLastname
extends
T
?
string
:
never
;
organizations
:
"organizations"
[]
extends
T
?
string
[]
:
never
[]
;
password
:
TUserGetPassword
extends
T
?
string
:
never
;
passwordlastchanged
:
TUserGetPasswordlastchange
extends
T
?
Date
:
never
;
plugins
:
"plugins"
[]
extends
T
?
ClientPlugin
[]
:
never
[]
;
projects
:
"projects"
[]
extends
T
?
string
[]
:
never
[]
;
superuser
:
TUserGetSuperuser
extends
T
?
boolean
:
never
;
usermodels
:
"usermodels"
[]
extends
T
?
string
[]
:
never
[]
;
workspaces
:
"workspaces"
[]
extends
T
?
string
[]
:
never
[]
;
}
Type Parameters
T
=
[
]
Hierarchy
Omit
<
IUser
<
T
>
,
|
"organizations"
|
"workspaces"
|
"authorizedplugins"
|
"plugins"
|
"usermodels"
,
>
IUserGet
Index
Properties
authorizedplugins
avatar?
email
firstname?
id
isvalidated
lastmodificationdate
lastname?
organizations
password
passwordlastchanged
plugins
projects
superuser
usermodels
workspaces
Properties
authorizedplugins
authorizedplugins
:
"authorizedplugins"
[]
extends
T
?
string
[]
:
never
[]
Optional
avatar
avatar
?:
TUserGetAvatar
extends
T
?
string
:
never
email
email
:
TUserGetEmail
extends
T
?
string
:
never
Optional
firstname
firstname
?:
TUserGetFirstname
extends
T
?
string
:
never
id
id
:
string
|
(
TUserGetId
extends
T
?
string
:
never
)
isvalidated
isvalidated
:
TUserGetIsvalidated
extends
T
?
boolean
:
never
lastmodificationdate
lastmodificationdate
:
TUserGetLastmodificationdate
extends
T
?
Date
:
never
Optional
lastname
lastname
?:
TUserGetLastname
extends
T
?
string
:
never
organizations
organizations
:
"organizations"
[]
extends
T
?
string
[]
:
never
[]
password
password
:
TUserGetPassword
extends
T
?
string
:
never
passwordlastchanged
passwordlastchanged
:
TUserGetPasswordlastchange
extends
T
?
Date
:
never
plugins
plugins
:
"plugins"
[]
extends
T
?
ClientPlugin
[]
:
never
[]
projects
projects
:
"projects"
[]
extends
T
?
string
[]
:
never
[]
superuser
superuser
:
TUserGetSuperuser
extends
T
?
boolean
:
never
usermodels
usermodels
:
"usermodels"
[]
extends
T
?
string
[]
:
never
[]
workspaces
workspaces
:
"workspaces"
[]
extends
T
?
string
[]
:
never
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authorizedplugins
avatar
email
firstname
id
isvalidated
lastmodificationdate
lastname
organizations
password
passwordlastchanged
plugins
projects
superuser
usermodels
workspaces
Tanatloc documentation
Loading...
User