@kayahr/ed-journal

    Interface Music

    Base interface shared by all journal event types.

    interface Music {
        event: "Music";
        MusicTrack: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "Music"

    The type of event.

    MusicTrack: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR