DisBot
    Preparing search index...

    Type Alias TicketsUpdateManyWithWhereWithoutTicketSetupInput

    type TicketsUpdateManyWithWhereWithoutTicketSetupInput = {
        data: XOR<
            TicketsUpdateManyMutationInput,
            TicketsUncheckedUpdateManyWithoutTicketSetupInput,
        >;
        where: TicketsScalarWhereInput;
    }
    Index

    Properties

    Properties