DisBot
Preparing search index...
prisma
Prisma
TicketsUpsertWithoutTicketFeedbackInput
Type Alias TicketsUpsertWithoutTicketFeedbackInput
type
TicketsUpsertWithoutTicketFeedbackInput
=
{
create
:
XOR
<
TicketsCreateWithoutTicketFeedbackInput
,
TicketsUncheckedCreateWithoutTicketFeedbackInput
,
>
;
update
:
XOR
<
TicketsUpdateWithoutTicketFeedbackInput
,
TicketsUncheckedUpdateWithoutTicketFeedbackInput
,
>
;
where
?:
TicketsWhereInput
;
}
Index
Properties
create
update
where?
Properties
create
create
:
XOR
<
TicketsCreateWithoutTicketFeedbackInput
,
TicketsUncheckedCreateWithoutTicketFeedbackInput
,
>
update
update
:
XOR
<
TicketsUpdateWithoutTicketFeedbackInput
,
TicketsUncheckedUpdateWithoutTicketFeedbackInput
,
>
Optional
where
where
?:
TicketsWhereInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...