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

    Interface CarrierLocation

    Base interface shared by all journal event types.

    interface CarrierLocation {
        BodyID: ID;
        CarrierID: ID;
        CarrierType?: CarrierType;
        event: "CarrierLocation";
        StarSystem: string;
        SystemAddress: ID;
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    BodyID: ID
    CarrierID: ID
    CarrierType?: CarrierType
    event: "CarrierLocation"

    The type of event.

    StarSystem: string
    SystemAddress: ID
    timestamp: string

    The time in GMT, ISO 8601.