Skip to content

LyricsEvent

type LyricsEvent =
| LyricsFoundEvent
| LyricsNotFoundEvent
| LyricsLineEvent;

Defined in: src/types/Utils.ts:193