Interface Outfitting

Written when accessing the outfitting menu.

interface Outfitting {
    MarketID: number;
    StarSystem: string;
    StationName: string;
    event: "Outfitting";
    timestamp: string;
}

Hierarchy (view full)

Properties

MarketID: number
StarSystem: string
StationName: string
event: "Outfitting"

The type of event.

timestamp: string

The time in GMT, ISO 8601.