Interface AppliedToSquadron

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

SquadronName: string
event: "AppliedToSquadron"

The type of event.

timestamp: string

The time in GMT, ISO 8601.