@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
UserUncheckedCreateWithoutUserRolesInput
Type Alias UserUncheckedCreateWithoutUserRolesInput
type
UserUncheckedCreateWithoutUserRolesInput
=
{
createdAt
?:
Date
|
string
;
deletedAt
?:
Date
|
string
|
null
;
id
?:
number
;
password
:
string
;
updatedAt
?:
Date
|
string
;
username
:
string
;
uuid
?:
string
;
}
Index
Properties
created
At?
deleted
At?
id?
password
updated
At?
username
uuid?
Properties
Optional
created
At
createdAt
?:
Date
|
string
Optional
deleted
At
deletedAt
?:
Date
|
string
|
null
Optional
id
id
?:
number
password
password
:
string
Optional
updated
At
updatedAt
?:
Date
|
string
username
username
:
string
Optional
uuid
uuid
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
deleted
At
id
password
updated
At
username
uuid
@robert-brightline/auth-db - v0.0.21
Loading...