@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
PermissionUpsertWithWhereUniqueWithoutResourceInput
Type Alias PermissionUpsertWithWhereUniqueWithoutResourceInput
type
PermissionUpsertWithWhereUniqueWithoutResourceInput
=
{
create
:
Prisma
.
XOR
<
PermissionCreateWithoutResourceInput
,
PermissionUncheckedCreateWithoutResourceInput
,
>
;
update
:
Prisma
.
XOR
<
PermissionUpdateWithoutResourceInput
,
PermissionUncheckedUpdateWithoutResourceInput
,
>
;
where
:
PermissionWhereUniqueInput
;
}
Index
Properties
create
update
where
Properties
create
create
:
Prisma
.
XOR
<
PermissionCreateWithoutResourceInput
,
PermissionUncheckedCreateWithoutResourceInput
,
>
update
update
:
Prisma
.
XOR
<
PermissionUpdateWithoutResourceInput
,
PermissionUncheckedUpdateWithoutResourceInput
,
>
where
where
:
PermissionWhereUniqueInput
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...