@kayahr/ed-journal

    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, Expand)

    Index

    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.

    MMNEPVFCICPMFPCPTTAAATR