UNPKG

instagram-private-api

Version:

Instagram private API wrapper for full access to instagram

12 lines (11 loc) 356 B
export interface MusicRepositoryLyricsResponseRootObject { lyrics: MusicRepositoryLyricsResponseLyrics; status: string; } export interface MusicRepositoryLyricsResponseLyrics { phrases: MusicRepositoryLyricsResponsePhrasesItem[]; } export interface MusicRepositoryLyricsResponsePhrasesItem { start_time_in_ms: number; phrase: string; }