DisBot
    Preparing search index...

    Type Alias ReactionRoleButtonUpdateManyArgs<ExtArgs>

    ReactionRoleButton updateMany

    type ReactionRoleButtonUpdateManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            ReactionRoleButtonUpdateManyMutationInput,
            ReactionRoleButtonUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: ReactionRoleButtonWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update ReactionRoleButtons.

    limit?: number

    Limit how many ReactionRoleButtons to update.

    Filter which ReactionRoleButtons to update