Interface RecentlyAddedSongsResponse

RecentlyAddedSongsResponse ($ref: "AudioLibrary.GetRecentlyAddedSongs.Response") Response structure for the GetRecentlyAddedSongs method.

interface RecentlyAddedSongsResponse {
    limits: ListLimitsReturned;
    songs: Song[];
}

Properties

Properties

songs: Song[]