DisBot
    Preparing search index...

    Type Alias TicketFeedbackUpdateOneWithoutTicketNestedInput

    type TicketFeedbackUpdateOneWithoutTicketNestedInput = {
        connect?: TicketFeedbackWhereUniqueInput;
        connectOrCreate?: TicketFeedbackCreateOrConnectWithoutTicketInput;
        create?: XOR<
            TicketFeedbackCreateWithoutTicketInput,
            TicketFeedbackUncheckedCreateWithoutTicketInput,
        >;
        delete?: TicketFeedbackWhereInput
        | boolean;
        disconnect?: TicketFeedbackWhereInput | boolean;
        update?: XOR<
            XOR<
                TicketFeedbackUpdateToOneWithWhereWithoutTicketInput,
                TicketFeedbackUpdateWithoutTicketInput,
            >,
            TicketFeedbackUncheckedUpdateWithoutTicketInput,
        >;
        upsert?: TicketFeedbackUpsertWithoutTicketInput;
    }
    Index

    Properties

    delete?: TicketFeedbackWhereInput | boolean
    disconnect?: TicketFeedbackWhereInput | boolean