Interface LyricsApiDownloadRemoteLyricsRequest

Request parameters for downloadRemoteLyrics operation in LyricsApi.

LyricsApiDownloadRemoteLyricsRequest

interface LyricsApiDownloadRemoteLyricsRequest {
    itemId: string;
    lyricId: string;
}

Properties

Properties

itemId: string

The item id.

LyricsApiDownloadRemoteLyrics

lyricId: string

The lyric id.

LyricsApiDownloadRemoteLyrics