DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsCountArgs<ExtArgs>

    GuildSpotifyNotificationsCountArgs: Omit<
        GuildSpotifyNotificationsFindManyArgs,
        "select"
        | "include"
        | "distinct"
        | "omit",
    > & { select?: GuildSpotifyNotificationsCountAggregateInputType | true }

    Type Parameters