DisBot
Preparing search index...
prisma
Prisma
UsersUpsertWithoutApisInput
Type Alias UsersUpsertWithoutApisInput
type
UsersUpsertWithoutApisInput
=
{
create
:
XOR
<
UsersCreateWithoutApisInput
,
UsersUncheckedCreateWithoutApisInput
,
>
;
update
:
XOR
<
UsersUpdateWithoutApisInput
,
UsersUncheckedUpdateWithoutApisInput
,
>
;
where
?:
UsersWhereInput
;
}
Index
Properties
create
update
where?
Properties
create
create
:
XOR
<
UsersCreateWithoutApisInput
,
UsersUncheckedCreateWithoutApisInput
>
update
update
:
XOR
<
UsersUpdateWithoutApisInput
,
UsersUncheckedUpdateWithoutApisInput
>
Optional
where
where
?:
UsersWhereInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...