Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

event: "Music"

The type of event.

MusicTrack: string
timestamp: string

The time in GMT, ISO 8601.