Interface EndCrewSession

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

OnCrime: boolean
event: "EndCrewSession"

The type of event.

timestamp: string

The time in GMT, ISO 8601.