@robert-brightline/auth-db - v0.0.21
Preparing search index...
models
UserRoleUpsertWithWhereUniqueWithoutUserInput
Type Alias UserRoleUpsertWithWhereUniqueWithoutUserInput
type
UserRoleUpsertWithWhereUniqueWithoutUserInput
=
{
create
:
Prisma
.
XOR
<
UserRoleCreateWithoutUserInput
,
UserRoleUncheckedCreateWithoutUserInput
,
>
;
update
:
Prisma
.
XOR
<
UserRoleUpdateWithoutUserInput
,
UserRoleUncheckedUpdateWithoutUserInput
,
>
;
where
:
UserRoleWhereUniqueInput
;
}
Index
Properties
create
update
where
Properties
create
create
:
Prisma
.
XOR
<
UserRoleCreateWithoutUserInput
,
UserRoleUncheckedCreateWithoutUserInput
,
>
update
update
:
Prisma
.
XOR
<
UserRoleUpdateWithoutUserInput
,
UserRoleUncheckedUpdateWithoutUserInput
,
>
where
where
:
UserRoleWhereUniqueInput
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...