Interface SquadronStartup

Base interface shared by all journal event types.

interface SquadronStartup {
    CurrentRank: number;
    SquadronName: string;
    event: "SquadronStartup";
    timestamp: string;
}

Hierarchy (view full)

Properties

CurrentRank: number
SquadronName: string
event: "SquadronStartup"

The type of event.

timestamp: string

The time in GMT, ISO 8601.