jamp3
    Preparing search index...
    interface SynchronisedLyrics {
        contentType: number;
        deprecated?: boolean;
        events: SynchronisedLyricsEvent[];
        id: string;
        language: string;
        timestampFormat: number;
    }

    Hierarchy (View Summary)

    • Base
      • SynchronisedLyrics
    Index

    Properties

    contentType: number
    deprecated?: boolean
    id: string
    language: string
    timestampFormat: number