Interface ShipyardSell

Base interface shared by all journal event types.

interface ShipyardSell {
    MarketID?: number;
    SellShipID: number;
    ShipMarketID?: number;
    ShipPrice: number;
    ShipType: string;
    ShipType_Localised?: string;
    System?: string;
    event: "ShipyardSell";
    timestamp: string;
}

Hierarchy (view full)

Properties

MarketID?: number
SellShipID: number
ShipMarketID?: number
ShipPrice: number
ShipType: string
ShipType_Localised?: string
System?: string
event: "ShipyardSell"

The type of event.

timestamp: string

The time in GMT, ISO 8601.