DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsUpdateManyArgs<ExtArgs>

    GuildYoutubeNotifications updateMany

    type GuildYoutubeNotificationsUpdateManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildYoutubeNotificationsUpdateManyMutationInput,
            GuildYoutubeNotificationsUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: GuildYoutubeNotificationsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update GuildYoutubeNotifications.

    limit?: number

    Limit how many GuildYoutubeNotifications to update.

    Filter which GuildYoutubeNotifications to update