DisBot
Preparing search index...
prisma
Prisma
TicketSetupsUpsertWithoutTicketsInput
Type Alias TicketSetupsUpsertWithoutTicketsInput
type
TicketSetupsUpsertWithoutTicketsInput
=
{
create
:
XOR
<
TicketSetupsCreateWithoutTicketsInput
,
TicketSetupsUncheckedCreateWithoutTicketsInput
,
>
;
update
:
XOR
<
TicketSetupsUpdateWithoutTicketsInput
,
TicketSetupsUncheckedUpdateWithoutTicketsInput
,
>
;
where
?:
TicketSetupsWhereInput
;
}
Index
Properties
create
update
where?
Properties
create
create
:
XOR
<
TicketSetupsCreateWithoutTicketsInput
,
TicketSetupsUncheckedCreateWithoutTicketsInput
,
>
update
update
:
XOR
<
TicketSetupsUpdateWithoutTicketsInput
,
TicketSetupsUncheckedUpdateWithoutTicketsInput
,
>
Optional
where
where
?:
TicketSetupsWhereInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...