@kayahr/ed-journal

    Interface CarrierJumpCancelled

    Base interface shared by all journal event types.

    interface CarrierJumpCancelled {
        CarrierID: number;
        event: "CarrierJumpCancelled";
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    CarrierID: number
    event: "CarrierJumpCancelled"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR