Interface InvitedToSquadron

Base interface shared by all journal event types.

interface InvitedToSquadron {
    SquadronName: string;
    event: "InvitedToSquadron";
    timestamp: string;
}

Hierarchy (view full)

Properties

SquadronName: string
event: "InvitedToSquadron"

The type of event.

timestamp: string

The time in GMT, ISO 8601.