Interface EndCrewSession

Base interface shared by all journal event types.

interface EndCrewSession {
    event: "EndCrewSession";
    OnCrime: boolean;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

event: "EndCrewSession"

The type of event.

OnCrime: boolean
timestamp: string

The time in GMT, ISO 8601.