DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsUpdateArgs<ExtArgs>

    GuildTwitchNotifications update

    type GuildTwitchNotificationsUpdateArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildTwitchNotificationsUpdateInput,
            GuildTwitchNotificationsUncheckedUpdateInput,
        >;
        include?: GuildTwitchNotificationsInclude<ExtArgs>
        | null;
        omit?: GuildTwitchNotificationsOmit<ExtArgs> | null;
        select?: GuildTwitchNotificationsSelect<ExtArgs> | null;
        where: GuildTwitchNotificationsWhereUniqueInput;
    }

    Type Parameters

    Index

    Properties

    The data needed to update a GuildTwitchNotifications.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildTwitchNotifications

    Select specific fields to fetch from the GuildTwitchNotifications

    Choose, which GuildTwitchNotifications to update.