@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
RolePermissionsUpsertWithWhereUniqueWithoutRoleInput
Type Alias RolePermissionsUpsertWithWhereUniqueWithoutRoleInput
type
RolePermissionsUpsertWithWhereUniqueWithoutRoleInput
=
{
create
:
Prisma
.
XOR
<
RolePermissionsCreateWithoutRoleInput
,
RolePermissionsUncheckedCreateWithoutRoleInput
,
>
;
update
:
Prisma
.
XOR
<
RolePermissionsUpdateWithoutRoleInput
,
RolePermissionsUncheckedUpdateWithoutRoleInput
,
>
;
where
:
RolePermissionsWhereUniqueInput
;
}
Index
Properties
create
update
where
Properties
create
create
:
Prisma
.
XOR
<
RolePermissionsCreateWithoutRoleInput
,
RolePermissionsUncheckedCreateWithoutRoleInput
,
>
update
update
:
Prisma
.
XOR
<
RolePermissionsUpdateWithoutRoleInput
,
RolePermissionsUncheckedUpdateWithoutRoleInput
,
>
where
where
:
RolePermissionsWhereUniqueInput
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...