DisBot
Preparing search index...
prisma
Prisma
TicketsUpsertWithWhereUniqueWithoutTicketSetupInput
Type Alias TicketsUpsertWithWhereUniqueWithoutTicketSetupInput
type
TicketsUpsertWithWhereUniqueWithoutTicketSetupInput
=
{
create
:
XOR
<
TicketsCreateWithoutTicketSetupInput
,
TicketsUncheckedCreateWithoutTicketSetupInput
,
>
;
update
:
XOR
<
TicketsUpdateWithoutTicketSetupInput
,
TicketsUncheckedUpdateWithoutTicketSetupInput
,
>
;
where
:
TicketsWhereUniqueInput
;
}
Index
Properties
create
update
where
Properties
create
create
:
XOR
<
TicketsCreateWithoutTicketSetupInput
,
TicketsUncheckedCreateWithoutTicketSetupInput
,
>
update
update
:
XOR
<
TicketsUpdateWithoutTicketSetupInput
,
TicketsUncheckedUpdateWithoutTicketSetupInput
,
>
where
where
:
TicketsWhereUniqueInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...