Interface MusicRepositoryLyricsResponsePhrasesItem

interface MusicRepositoryLyricsResponsePhrasesItem {
    phrase: string;
    start_time_in_ms: number;
}

Properties

phrase: string
start_time_in_ms: number