Interface ShipyardNew

Base interface shared by all journal event types.

interface ShipyardNew {
    event: "ShipyardNew";
    NewShipID: number;
    ShipType: string;
    ShipType_Localised?: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "ShipyardNew"

The type of event.

NewShipID: number
ShipType: string
ShipType_Localised?: string
timestamp: string

The time in GMT, ISO 8601.