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

    Interface CarrierJumpCancelled

    Base interface shared by all journal event types.

    interface CarrierJumpCancelled {
        CarrierID: ID;
        CarrierType?: CarrierType;
        event: "CarrierJumpCancelled";
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    CarrierID: ID
    CarrierType?: CarrierType
    event: "CarrierJumpCancelled"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.