Interface AppliedToSquadron

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

event: "AppliedToSquadron"

The type of event.

SquadronName: string
timestamp: string

The time in GMT, ISO 8601.