DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsUpdateManyAndReturnArgs<ExtArgs>

    GuildYoutubeNotifications updateManyAndReturn

    type GuildYoutubeNotificationsUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildYoutubeNotificationsUpdateManyMutationInput,
            GuildYoutubeNotificationsUncheckedUpdateManyInput,
        >;
        include?: | GuildYoutubeNotificationsIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: GuildYoutubeNotificationsOmit<ExtArgs> | null;
        select?: GuildYoutubeNotificationsSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: GuildYoutubeNotificationsWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update GuildYoutubeNotifications.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many GuildYoutubeNotifications to update.

    Omit specific fields from the GuildYoutubeNotifications

    Select specific fields to fetch from the GuildYoutubeNotifications

    Filter which GuildYoutubeNotifications to update