Interface FormattedLyric

interface FormattedLyric {
    text: string;
    time: number;
}

Properties

Properties

text: string

Lyric's text

time: number

When the lyric starts