Interface WingInvite

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

Properties

event: "WingInvite"

The type of event.

Name: string
timestamp: string

The time in GMT, ISO 8601.