DisBot
    Preparing search index...

    Type Alias TicketsUpdateWithWhereUniqueWithoutTicketSetupInput

    type TicketsUpdateWithWhereUniqueWithoutTicketSetupInput = {
        data: XOR<
            TicketsUpdateWithoutTicketSetupInput,
            TicketsUncheckedUpdateWithoutTicketSetupInput,
        >;
        where: TicketsWhereUniqueInput;
    }
    Index

    Properties

    Properties