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