@kayahr/ed-journal

    Interface ModuleSwap

    Base interface shared by all journal event types.

    interface ModuleSwap {
        event: "ModuleSwap";
        FromItem: string;
        FromItem_Localised?: string;
        FromSlot: string;
        MarketID?: number;
        Ship: string;
        ShipID: number;
        timestamp: string;
        ToItem: string;
        ToItem_Localised?: string;
        ToSlot: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "ModuleSwap"

    The type of event.

    FromItem: string
    FromItem_Localised?: string
    FromSlot: string
    MarketID?: number
    Ship: string
    ShipID: number
    timestamp: string

    The time in GMT, ISO 8601.

    ToItem: string
    ToItem_Localised?: string
    ToSlot: string
    MMNEPVFCICPMFPCPTTAAATR