Interface ShipyardNew

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

NewShipID: number
ShipType: string
ShipType_Localised?: string
event: "ShipyardNew"

The type of event.

timestamp: string

The time in GMT, ISO 8601.