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