@kayahr/ed-journal

    Interface QuitACrew

    Base interface shared by all journal event types.

    interface QuitACrew {
        Captain: string;
        event: "QuitACrew";
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Captain: string
    event: "QuitACrew"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR