user-service
Preparing search index...
infrastructure/persistence/mongo/UserSchema
UserDoc
Interface UserDoc
interface
UserDoc
{
_id
:
string
;
createdAt
:
Date
;
password
:
string
;
role
:
UserRole
;
updatedAt
:
Date
;
username
:
string
;
}
Index
Properties
_
id
created
At
password
role
updated
At
username
Properties
_
id
_id
:
string
created
At
createdAt
:
Date
password
password
:
string
role
role
:
UserRole
updated
At
updatedAt
:
Date
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
created
At
password
role
updated
At
username
user-service
Loading...