DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsUpdateArgs<ExtArgs>

    GuildYoutubeNotifications update

    type GuildYoutubeNotificationsUpdateArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildYoutubeNotificationsUpdateInput,
            GuildYoutubeNotificationsUncheckedUpdateInput,
        >;
        include?: GuildYoutubeNotificationsInclude<ExtArgs>
        | null;
        omit?: GuildYoutubeNotificationsOmit<ExtArgs> | null;
        select?: GuildYoutubeNotificationsSelect<ExtArgs> | null;
        where: GuildYoutubeNotificationsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a GuildYoutubeNotifications.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildYoutubeNotifications

    Select specific fields to fetch from the GuildYoutubeNotifications

    Choose, which GuildYoutubeNotifications to update.