ask-and-trust - v1.0.0
Preparing search index...
frontend/src/types/types
UserAuth
Interface UserAuth
interface
UserAuth
{
email
:
string
;
firstname
:
string
;
lastname
:
string
;
password
:
string
;
role
:
UserRole
;
}
Index
Properties
email
firstname
lastname
password
role
Properties
email
email
:
string
firstname
firstname
:
string
lastname
lastname
:
string
password
password
:
string
role
role
:
UserRole
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
firstname
lastname
password
role
ask-and-trust - v1.0.0
Loading...