DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorUpdateManyArgs<ExtArgs>

    VanityEmbedAuthor updateMany

    type VanityEmbedAuthorUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            VanityEmbedAuthorUpdateManyMutationInput,
            VanityEmbedAuthorUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: VanityEmbedAuthorWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update VanityEmbedAuthors.

    limit?: number

    Limit how many VanityEmbedAuthors to update.

    Filter which VanityEmbedAuthors to update