Interface WingAdd

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

Properties

event: "WingAdd"

The type of event.

Name: string
timestamp: string

The time in GMT, ISO 8601.