DisBot
    Preparing search index...

    Type Alias TicketSetupsUpdateToOneWithWhereWithoutTicketsInput

    type TicketSetupsUpdateToOneWithWhereWithoutTicketsInput = {
        data: XOR<
            TicketSetupsUpdateWithoutTicketsInput,
            TicketSetupsUncheckedUpdateWithoutTicketsInput,
        >;
        where?: TicketSetupsWhereInput;
    }
    Index

    Properties

    Properties