Interface SongsResponse

SongsResponse ($ref: "AudioLibrary.GetSongs.Response") Response structure for the GetSongs method.

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

Properties

Properties

songs: Song[]