DisBot
    Preparing search index...

    Type Alias TicketsUpdateOneRequiredWithoutTicketFeedbackNestedInput

    type TicketsUpdateOneRequiredWithoutTicketFeedbackNestedInput = {
        connect?: TicketsWhereUniqueInput;
        connectOrCreate?: TicketsCreateOrConnectWithoutTicketFeedbackInput;
        create?: XOR<
            TicketsCreateWithoutTicketFeedbackInput,
            TicketsUncheckedCreateWithoutTicketFeedbackInput,
        >;
        update?: XOR<
            XOR<
                TicketsUpdateToOneWithWhereWithoutTicketFeedbackInput,
                TicketsUpdateWithoutTicketFeedbackInput,
            >,
            TicketsUncheckedUpdateWithoutTicketFeedbackInput,
        >;
        upsert?: TicketsUpsertWithoutTicketFeedbackInput;
    }
    Index

    Properties