@mjba/lyrics
    Preparing search index...

    Interface LyricsResponse

    interface LyricsResponse {
        error?: string;
        hasTimestamps?: boolean;
        lyrics?: string;
        songInfo?: SongInfo;
        success: boolean;
        syncedLyrics?: SyncedLyric[];
    }
    Index

    Properties

    error?: string
    hasTimestamps?: boolean
    lyrics?: string
    songInfo?: SongInfo
    success: boolean
    syncedLyrics?: SyncedLyric[]