DisBot
    Preparing search index...

    Type Alias DisBotUpdateManyAndReturnArgs<ExtArgs>

    DisBot updateManyAndReturn

    type DisBotUpdateManyAndReturnArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<DisBotUpdateManyMutationInput, DisBotUncheckedUpdateManyInput>;
        limit?: number;
        omit?: DisBotOmit<ExtArgs> | null;
        select?: DisBotSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: DisBotWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update DisBots.

    limit?: number

    Limit how many DisBots to update.

    omit?: DisBotOmit<ExtArgs> | null

    Omit specific fields from the DisBot

    Select specific fields to fetch from the DisBot

    Filter which DisBots to update