Interface MassModuleStore

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

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

Type declaration

  • Optional EngineerModifications?: string
  • Optional Hot?: boolean
  • Optional Level?: number
  • Name: string
  • Optional Name_Localised?: string
  • Optional Quality?: number
  • Slot: string
MarketID?: number
Ship: string
ShipID: number
event: "MassModuleStore"

The type of event.

timestamp: string

The time in GMT, ISO 8601.