Interface CarrierCrewServices

Base interface shared by all journal event types.

interface CarrierCrewServices {
    CarrierID: number;
    CrewName: string;
    CrewRole: string;
    Operation: string;
    event: "CarrierCrewServices";
    timestamp: string;
}

Hierarchy (view full)

Properties

CarrierID: number
CrewName: string
CrewRole: string
Operation: string
event: "CarrierCrewServices"

The type of event.

timestamp: string

The time in GMT, ISO 8601.