Interface WingInvite

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Properties

Name: string
event: "WingInvite"

The type of event.

timestamp: string

The time in GMT, ISO 8601.