Interface CrewAssign

Base interface shared by all journal event types.

interface CrewAssign {
    CrewID?: number;
    event: "CrewAssign";
    Name: string;
    Role: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

CrewID?: number
event: "CrewAssign"

The type of event.

Name: string
Role: string
timestamp: string

The time in GMT, ISO 8601.