Interface WingAdd

Base interface shared by all journal event types.

interface WingAdd {
    Name: string;
    event: "WingAdd";
    timestamp: string;
}

Hierarchy (view full)

Properties

Properties

Name: string
event: "WingAdd"

The type of event.

timestamp: string

The time in GMT, ISO 8601.