Interface WingJoin

Base interface shared by all journal event types.

interface WingJoin {
    event: "WingJoin";
    Others: string[];
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "WingJoin"

The type of event.

Others: string[]
timestamp: string

The time in GMT, ISO 8601.