Interface SetUserShipName

Base interface shared by all journal event types.

interface SetUserShipName {
    Ship: string;
    ShipID: number;
    UserShipId: string;
    UserShipName: string;
    event: "SetUserShipName";
    timestamp: string;
}

Hierarchy (view full)

Properties

Ship: string
ShipID: number
UserShipId: string
UserShipName: string
event: "SetUserShipName"

The type of event.

timestamp: string

The time in GMT, ISO 8601.