zibri
Preparing search index...
auth/models/base-user.model
BaseUser
Type Alias BaseUser<Role>
BaseUser
:
BaseEntity
&
{
email
:
string
;
roles
:
Role
[]
}
Common properties shared by all users.
Type Parameters
Role
extends
string
Type declaration
email
:
string
The email of the user.
roles
:
Role
[]
The roles of the user.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
Common properties shared by all users.