@kayahr/ed-journal

    Interface EndCrewSession

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "EndCrewSession"

    The type of event.

    OnCrime: boolean
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR