Interface Shipyard

Written when accessing shipyard in a station.

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

Hierarchy (View Summary)

Properties

event: "Shipyard"

The type of event.

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

The time in GMT, ISO 8601.