Interface WingJoin

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Others: string[]
event: "WingJoin"

The type of event.

timestamp: string

The time in GMT, ISO 8601.