DisBot
Preparing search index...
prisma
Prisma
GuildBackupsUpsertWithWhereUniqueWithoutUsersInput
Type Alias GuildBackupsUpsertWithWhereUniqueWithoutUsersInput
type
GuildBackupsUpsertWithWhereUniqueWithoutUsersInput
=
{
create
:
XOR
<
GuildBackupsCreateWithoutUsersInput
,
GuildBackupsUncheckedCreateWithoutUsersInput
,
>
;
update
:
XOR
<
GuildBackupsUpdateWithoutUsersInput
,
GuildBackupsUncheckedUpdateWithoutUsersInput
,
>
;
where
:
GuildBackupsWhereUniqueInput
;
}
Index
Properties
create
update
where
Properties
create
create
:
XOR
<
GuildBackupsCreateWithoutUsersInput
,
GuildBackupsUncheckedCreateWithoutUsersInput
,
>
update
update
:
XOR
<
GuildBackupsUpdateWithoutUsersInput
,
GuildBackupsUncheckedUpdateWithoutUsersInput
,
>
where
where
:
GuildBackupsWhereUniqueInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...