DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationAttachmentsUpdateManyAndReturnArgs<ExtArgs>

    GuildDisBotAutoModerationAttachments updateManyAndReturn

    type GuildDisBotAutoModerationAttachmentsUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildDisBotAutoModerationAttachmentsUpdateManyMutationInput,
            GuildDisBotAutoModerationAttachmentsUncheckedUpdateManyInput,
        >;
        include?: | GuildDisBotAutoModerationAttachmentsIncludeUpdateManyAndReturn<
            ExtArgs,
        >
        | null;
        limit?: number;
        omit?: GuildDisBotAutoModerationAttachmentsOmit<ExtArgs>
        | null;
        select?:
            | GuildDisBotAutoModerationAttachmentsSelectUpdateManyAndReturn<
                ExtArgs,
            >
            | null;
        where?: GuildDisBotAutoModerationAttachmentsWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update GuildDisBotAutoModerationAttachments.

    include?:
        | GuildDisBotAutoModerationAttachmentsIncludeUpdateManyAndReturn<
            ExtArgs,
        >
        | null

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many GuildDisBotAutoModerationAttachments to update.

    Omit specific fields from the GuildDisBotAutoModerationAttachments

    Select specific fields to fetch from the GuildDisBotAutoModerationAttachments

    Filter which GuildDisBotAutoModerationAttachments to update