Interface CarrierNameChange

Base interface shared by all journal event types.

interface CarrierNameChange {
    Callsign: string;
    CarrierID: number;
    Name: string;
    event: "CarrierNameChange";
    timestamp: string;
}

Hierarchy (view full)

Properties

Callsign: string
CarrierID: number
Name: string
event: "CarrierNameChange"

The type of event.

timestamp: string

The time in GMT, ISO 8601.