UNPKG

slyrics

Version:

Scrape Lyrics without API Key

7 lines (6 loc) 209 B
import type { BaseProvider, LyricsSearchResultItem } from "../structures"; export interface ILyricsSearchResult { provider: BaseProvider; searchTimeMs: number; entries: LyricsSearchResultItem[]; }