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