Interface MassModuleStore

Base interface shared by all journal event types.

interface MassModuleStore {
    event: "MassModuleStore";
    Items: {
        EngineerModifications?: string;
        Hot?: boolean;
        Level?: number;
        Name: string;
        Name_Localised?: string;
        Quality?: number;
        Slot: string;
    }[];
    MarketID?: number;
    Ship: string;
    ShipID: number;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "MassModuleStore"

The type of event.

Items: {
    EngineerModifications?: string;
    Hot?: boolean;
    Level?: number;
    Name: string;
    Name_Localised?: string;
    Quality?: number;
    Slot: string;
}[]
MarketID?: number
Ship: string
ShipID: number
timestamp: string

The time in GMT, ISO 8601.