DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsUpdateManyAndReturnArgs<ExtArgs>

    GuildTwitchNotifications updateManyAndReturn

    type GuildTwitchNotificationsUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildTwitchNotificationsUpdateManyMutationInput,
            GuildTwitchNotificationsUncheckedUpdateManyInput,
        >;
        include?: | GuildTwitchNotificationsIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: GuildTwitchNotificationsOmit<ExtArgs> | null;
        select?: GuildTwitchNotificationsSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: GuildTwitchNotificationsWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update GuildTwitchNotifications.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many GuildTwitchNotifications to update.

    Omit specific fields from the GuildTwitchNotifications

    Select specific fields to fetch from the GuildTwitchNotifications

    Filter which GuildTwitchNotifications to update