DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationMentionsUpdateManyAndReturnArgs<ExtArgs>

    GuildDisBotAutoModerationMentions updateManyAndReturn

    type GuildDisBotAutoModerationMentionsUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildDisBotAutoModerationMentionsUpdateManyMutationInput,
            GuildDisBotAutoModerationMentionsUncheckedUpdateManyInput,
        >;
        include?: | GuildDisBotAutoModerationMentionsIncludeUpdateManyAndReturn<
            ExtArgs,
        >
        | null;
        limit?: number;
        omit?: GuildDisBotAutoModerationMentionsOmit<ExtArgs>
        | null;
        select?:
            | GuildDisBotAutoModerationMentionsSelectUpdateManyAndReturn<ExtArgs>
            | null;
        where?: GuildDisBotAutoModerationMentionsWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update GuildDisBotAutoModerationMentions.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many GuildDisBotAutoModerationMentions to update.

    Omit specific fields from the GuildDisBotAutoModerationMentions

    Select specific fields to fetch from the GuildDisBotAutoModerationMentions

    Filter which GuildDisBotAutoModerationMentions to update