Interface WordSyncedLyricsData

interface WordSyncedLyricsData {
    lyrics: undefined | null | WordSyncedLyrics[];
    source: undefined | null | string;
}

Properties

Properties

lyrics: undefined | null | WordSyncedLyrics[]
source: undefined | null | string

Lyrics source