@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
PermissionUpsertWithWhereUniqueWithoutAppInput
Type Alias PermissionUpsertWithWhereUniqueWithoutAppInput
type
PermissionUpsertWithWhereUniqueWithoutAppInput
=
{
create
:
Prisma
.
XOR
<
PermissionCreateWithoutAppInput
,
PermissionUncheckedCreateWithoutAppInput
,
>
;
update
:
Prisma
.
XOR
<
PermissionUpdateWithoutAppInput
,
PermissionUncheckedUpdateWithoutAppInput
,
>
;
where
:
PermissionWhereUniqueInput
;
}
Index
Properties
create
update
where
Properties
create
create
:
Prisma
.
XOR
<
PermissionCreateWithoutAppInput
,
PermissionUncheckedCreateWithoutAppInput
,
>
update
update
:
Prisma
.
XOR
<
PermissionUpdateWithoutAppInput
,
PermissionUncheckedUpdateWithoutAppInput
,
>
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...