Interface CarrierNameChange

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

Callsign: string
CarrierID: number
event: "CarrierNameChange"

The type of event.

Name: string
timestamp: string

The time in GMT, ISO 8601.