DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsUpdateManyArgs<ExtArgs>

    GuildTwitchNotifications updateMany

    type GuildTwitchNotificationsUpdateManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildTwitchNotificationsUpdateManyMutationInput,
            GuildTwitchNotificationsUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: GuildTwitchNotificationsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update GuildTwitchNotifications.

    limit?: number

    Limit how many GuildTwitchNotifications to update.

    Filter which GuildTwitchNotifications to update