@watzon/baserow
Preparing search index...
types
UserAdminCreate
Interface UserAdminCreate
interface
UserAdminCreate
{
is_active
?:
boolean
;
is_staff
?:
boolean
;
name
:
string
;
password
?:
string
;
username
:
string
;
}
Index
Properties
is_
active?
is_
staff?
name
password?
username
Properties
Optional
is_
active
is_active
?:
boolean
Optional
is_
staff
is_staff
?:
boolean
name
name
:
string
Optional
password
password
?:
string
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is_
active
is_
staff
name
password
username
@watzon/baserow
Loading...