DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsDeleteManyArgs<ExtArgs>

    GuildSpotifyNotifications deleteMany

    type GuildSpotifyNotificationsDeleteManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        limit?: number;
        where?: GuildSpotifyNotificationsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    limit?: number

    Limit how many GuildSpotifyNotifications to delete.

    Filter which GuildSpotifyNotifications to delete