Interface JoinACrew

Base interface shared by all journal event types.

interface JoinACrew {
    Captain: string;
    event: "JoinACrew";
    timestamp: string;
}

Hierarchy (view full)

Properties

Captain: string
event: "JoinACrew"

The type of event.

timestamp: string

The time in GMT, ISO 8601.