DisBot
    Preparing search index...

    Type Alias TicketsUpdateToOneWithWhereWithoutTicketFeedbackInput

    type TicketsUpdateToOneWithWhereWithoutTicketFeedbackInput = {
        data: XOR<
            TicketsUpdateWithoutTicketFeedbackInput,
            TicketsUncheckedUpdateWithoutTicketFeedbackInput,
        >;
        where?: TicketsWhereInput;
    }
    Index

    Properties

    Properties