DisBot
    Preparing search index...

    Type Alias XPStreaksUpdateManyArgs<ExtArgs>

    XPStreaks updateMany

    type XPStreaksUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            XPStreaksUpdateManyMutationInput,
            XPStreaksUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: XPStreaksWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update XPStreaks.

    limit?: number

    Limit how many XPStreaks to update.

    Filter which XPStreaks to update