DisBot
    Preparing search index...

    Type Alias ReactionRoleButtonDeleteManyArgs<ExtArgs>

    ReactionRoleButton deleteMany

    type ReactionRoleButtonDeleteManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        limit?: number;
        where?: ReactionRoleButtonWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    limit?: number

    Limit how many ReactionRoleButtons to delete.

    Filter which ReactionRoleButtons to delete