Interface JoinedSquadron

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

event: "JoinedSquadron"

The type of event.

SquadronName: string
timestamp: string

The time in GMT, ISO 8601.