Interface CarrierJumpRequest

Base interface shared by all journal event types.

interface CarrierJumpRequest {
    Body?: string;
    BodyID: number;
    CarrierID: number;
    DepartureTime?: string;
    event: "CarrierJumpRequest";
    SystemAddress: number;
    SystemName: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

Body?: string
BodyID: number
CarrierID: number
DepartureTime?: string
event: "CarrierJumpRequest"

The type of event.

SystemAddress: number
SystemName: string
timestamp: string

The time in GMT, ISO 8601.