@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
RoleUpsertWithoutRolePermissionsInput
Type Alias RoleUpsertWithoutRolePermissionsInput
type
RoleUpsertWithoutRolePermissionsInput
=
{
create
:
Prisma
.
XOR
<
RoleCreateWithoutRolePermissionsInput
,
RoleUncheckedCreateWithoutRolePermissionsInput
,
>
;
update
:
Prisma
.
XOR
<
RoleUpdateWithoutRolePermissionsInput
,
RoleUncheckedUpdateWithoutRolePermissionsInput
,
>
;
where
?:
RoleWhereInput
;
}
Index
Properties
create
update
where?
Properties
create
create
:
Prisma
.
XOR
<
RoleCreateWithoutRolePermissionsInput
,
RoleUncheckedCreateWithoutRolePermissionsInput
,
>
update
update
:
Prisma
.
XOR
<
RoleUpdateWithoutRolePermissionsInput
,
RoleUncheckedUpdateWithoutRolePermissionsInput
,
>
Optional
where
where
?:
RoleWhereInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
@robert-brightline/auth-db - v0.0.21
Loading...