DisBot
    Preparing search index...

    Type Alias TicketFeedbackUpdateToOneWithWhereWithoutTicketInput

    type TicketFeedbackUpdateToOneWithWhereWithoutTicketInput = {
        data: XOR<
            TicketFeedbackUpdateWithoutTicketInput,
            TicketFeedbackUncheckedUpdateWithoutTicketInput,
        >;
        where?: TicketFeedbackWhereInput;
    }
    Index

    Properties

    Properties