Interface MusixmatchLyricsFetchResultPrivate

interface MusixmatchLyricsFetchResult {
    lineSynced: null | string;
    plain: null | string;
    wordSynced: null | WordSyncedLyrics[];
}

Properties

lineSynced: null | string

Track's line synced lyrics

plain: null | string

Track's plain lyrics

wordSynced: null | WordSyncedLyrics[]

Track's word synced lyrics