Interface CrewMemberJoins

Base interface shared by all journal event types.

interface CrewMemberJoins {
    Crew: string;
    event: "CrewMemberJoins";
    timestamp: string;
}

Hierarchy (view full)

Properties

Properties

Crew: string
event: "CrewMemberJoins"

The type of event.

timestamp: string

The time in GMT, ISO 8601.