DisBot
    Preparing search index...

    Type Alias TicketsUpdateArgs<ExtArgs>

    Tickets update

    type TicketsUpdateArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<TicketsUpdateInput, TicketsUncheckedUpdateInput>;
        include?: TicketsInclude<ExtArgs> | null;
        omit?: TicketsOmit<ExtArgs> | null;
        select?: TicketsSelect<ExtArgs> | null;
        where: TicketsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a Tickets.

    include?: TicketsInclude<ExtArgs> | null

    Choose, which related nodes to fetch as well

    omit?: TicketsOmit<ExtArgs> | null

    Omit specific fields from the Tickets

    select?: TicketsSelect<ExtArgs> | null

    Select specific fields to fetch from the Tickets

    Choose, which Tickets to update.