DisBot
    Preparing search index...

    Type Alias DisBotUpdateManyArgs<ExtArgs>

    DisBot updateMany

    type DisBotUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<DisBotUpdateManyMutationInput, DisBotUncheckedUpdateManyInput>;
        limit?: number;
        where?: DisBotWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update DisBots.

    limit?: number

    Limit how many DisBots to update.

    Filter which DisBots to update