Interface CrewAssign

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

CrewID?: number
Name: string
Role: string
event: "CrewAssign"

The type of event.

timestamp: string

The time in GMT, ISO 8601.