Interface ExtendedOutfitting

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

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

Hierarchy (view full)

Properties

Horizons: boolean
Items: {
    BuyPrice: number;
    Name: string;
    id: number;
}[]

Type declaration

  • BuyPrice: number
  • Name: string
  • id: number
MarketID: number
StarSystem: string
StationName: string
event: "Outfitting"

The type of event.

timestamp: string

The time in GMT, ISO 8601.