Interface SetUserShipName

Base interface shared by all journal event types.

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

Hierarchy (View Summary)

Properties

event: "SetUserShipName"

The type of event.

Ship: string
ShipID: number
timestamp: string

The time in GMT, ISO 8601.

UserShipId: string
UserShipName: string