Interface ModuleSwap

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

FromItem: string
FromItem_Localised?: string
FromSlot: string
MarketID?: number
Ship: string
ShipID: number
ToItem: string
ToItem_Localised?: string
ToSlot: string
event: "ModuleSwap"

The type of event.

timestamp: string

The time in GMT, ISO 8601.