Interface Outfitting

Written when accessing the outfitting menu.

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

Hierarchy (View Summary)

Properties

event: "Outfitting"

The type of event.

MarketID: number
StarSystem: string
StationName: string
timestamp: string

The time in GMT, ISO 8601.