@kayahr/ed-journal

    Interface ModuleStore

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Cost?: number
    EngineerModifications?: string
    event: "ModuleStore"

    The type of event.

    Hot?: boolean
    Level?: number
    MarketID?: number
    Quality?: number
    ReplacementItem?: string
    Ship: string
    ShipID: number
    Slot: string
    StoredItem: string
    StoredItem_Localised?: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR