DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsUpdateManyArgs<ExtArgs>

    GuildSpotifyNotifications updateMany

    type GuildSpotifyNotificationsUpdateManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            GuildSpotifyNotificationsUpdateManyMutationInput,
            GuildSpotifyNotificationsUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: GuildSpotifyNotificationsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update GuildSpotifyNotifications.

    limit?: number

    Limit how many GuildSpotifyNotifications to update.

    Filter which GuildSpotifyNotifications to update