DisBot
Preparing search index...
prisma
Prisma
TicketFeedbackUpsertWithoutTicketInput
Type Alias TicketFeedbackUpsertWithoutTicketInput
type
TicketFeedbackUpsertWithoutTicketInput
=
{
create
:
XOR
<
TicketFeedbackCreateWithoutTicketInput
,
TicketFeedbackUncheckedCreateWithoutTicketInput
,
>
;
update
:
XOR
<
TicketFeedbackUpdateWithoutTicketInput
,
TicketFeedbackUncheckedUpdateWithoutTicketInput
,
>
;
where
?:
TicketFeedbackWhereInput
;
}
Index
Properties
create
update
where?
Properties
create
create
:
XOR
<
TicketFeedbackCreateWithoutTicketInput
,
TicketFeedbackUncheckedCreateWithoutTicketInput
,
>
update
update
:
XOR
<
TicketFeedbackUpdateWithoutTicketInput
,
TicketFeedbackUncheckedUpdateWithoutTicketInput
,
>
Optional
where
where
?:
TicketFeedbackWhereInput
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
update
where
DisBot
Loading...