DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationMessagesUpdateManyAndReturnArgs<ExtArgs>

    GuildDisBotAutoModerationMessages updateManyAndReturn

    type GuildDisBotAutoModerationMessagesUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildDisBotAutoModerationMessagesUpdateManyMutationInput,
            GuildDisBotAutoModerationMessagesUncheckedUpdateManyInput,
        >;
        include?: | GuildDisBotAutoModerationMessagesIncludeUpdateManyAndReturn<
            ExtArgs,
        >
        | null;
        limit?: number;
        omit?: GuildDisBotAutoModerationMessagesOmit<ExtArgs>
        | null;
        select?:
            | GuildDisBotAutoModerationMessagesSelectUpdateManyAndReturn<ExtArgs>
            | null;
        where?: GuildDisBotAutoModerationMessagesWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update GuildDisBotAutoModerationMessages.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many GuildDisBotAutoModerationMessages to update.

    Omit specific fields from the GuildDisBotAutoModerationMessages

    Select specific fields to fetch from the GuildDisBotAutoModerationMessages

    Filter which GuildDisBotAutoModerationMessages to update