Interface Shipyard

Written when accessing shipyard in a station.

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

Hierarchy (view full)

Properties

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

The type of event.

timestamp: string

The time in GMT, ISO 8601.