@watzon/baserow
Preparing search index...
types
UserAdminResponse
Interface UserAdminResponse
interface
UserAdminResponse
{
date_joined
:
string
;
id
:
number
;
is_active
:
boolean
;
is_staff
:
boolean
;
last_login
:
null
|
string
;
name
:
string
;
username
:
string
;
workspaces
:
{
id
:
number
;
name
:
string
;
permissions
:
string
}
[]
;
}
Index
Properties
date_
joined
id
is_
active
is_
staff
last_
login
name
username
workspaces
Properties
date_
joined
date_joined
:
string
id
id
:
number
is_
active
is_active
:
boolean
is_
staff
is_staff
:
boolean
last_
login
last_login
:
null
|
string
name
name
:
string
username
username
:
string
workspaces
workspaces
:
{
id
:
number
;
name
:
string
;
permissions
:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
date_
joined
id
is_
active
is_
staff
last_
login
name
username
workspaces
@watzon/baserow
Loading...