DisBot
    Preparing search index...

    Type Alias VanitysUpdateManyArgs<ExtArgs>

    Vanitys updateMany

    type VanitysUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            VanitysUpdateManyMutationInput,
            VanitysUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: VanitysWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update Vanitys.

    limit?: number

    Limit how many Vanitys to update.

    Filter which Vanitys to update