DisBot
Preparing search index...
prisma
Prisma
GuildsUpsertWithoutAutoPublishInput
Type Alias GuildsUpsertWithoutAutoPublishInput
type
GuildsUpsertWithoutAutoPublishInput
=
{
create
:
XOR
<
GuildsCreateWithoutAutoPublishInput
,
GuildsUncheckedCreateWithoutAutoPublishInput
,
>
;
update
:
XOR
<
GuildsUpdateWithoutAutoPublishInput
,
GuildsUncheckedUpdateWithoutAutoPublishInput
,
>
;
where
?:
GuildsWhereInput
;
}
Index
Properties
create
update
where?
Properties
create
create
:
XOR
<
GuildsCreateWithoutAutoPublishInput
,
GuildsUncheckedCreateWithoutAutoPublishInput
,
>
update
update
:
XOR
<
GuildsUpdateWithoutAutoPublishInput
,
GuildsUncheckedUpdateWithoutAutoPublishInput
,
>
Optional
where
where
?:
GuildsWhereInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...