Interface ModuleStore

Base interface shared by all journal event types.

interface ModuleStore {
    Cost?: number;
    EngineerModifications?: string;
    Hot?: boolean;
    Level?: number;
    MarketID?: number;
    Quality?: number;
    ReplacementItem?: string;
    Ship: string;
    ShipID: number;
    Slot: string;
    StoredItem: string;
    StoredItem_Localised?: string;
    event: "ModuleStore";
    timestamp: string;
}

Hierarchy (view full)

Properties

Cost?: number
EngineerModifications?: string
Hot?: boolean
Level?: number
MarketID?: number
Quality?: number
ReplacementItem?: string
Ship: string
ShipID: number
Slot: string
StoredItem: string
StoredItem_Localised?: string
event: "ModuleStore"

The type of event.

timestamp: string

The time in GMT, ISO 8601.