@kayahr/ed-journal
    Preparing search index...

    Interface CarrierJumpRequest

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary)

    Index

    Properties

    Body?: string
    BodyID: ID
    CarrierID: ID
    CarrierType?: CarrierType
    DepartureTime?: string
    event: "CarrierJumpRequest"

    The type of event.

    SystemAddress: ID
    SystemName: string
    timestamp: string

    The time in GMT, ISO 8601.