DisBot
    Preparing search index...

    Type Alias VanityAnalyticUpdateManyArgs<ExtArgs>

    VanityAnalytic updateMany

    type VanityAnalyticUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            VanityAnalyticUpdateManyMutationInput,
            VanityAnalyticUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: VanityAnalyticWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update VanityAnalytics.

    limit?: number

    Limit how many VanityAnalytics to update.

    Filter which VanityAnalytics to update