Interface ExtendedOutfitting

Extended outfitting info written to separate 'Outfitting.json' file.

interface ExtendedOutfitting {
    event: "Outfitting";
    Horizons: boolean;
    Items: { BuyPrice: number; id: number; Name: string }[];
    MarketID: number;
    StarSystem: string;
    StationName: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "Outfitting"

The type of event.

Horizons: boolean
Items: { BuyPrice: number; id: number; Name: string }[]
MarketID: number
StarSystem: string
StationName: string
timestamp: string

The time in GMT, ISO 8601.