@kayahr/ed-journal

    Interface WingJoin

    Base interface shared by all journal event types.

    interface WingJoin {
        event: "WingJoin";
        Others: string[];
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "WingJoin"

    The type of event.

    Others: string[]
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR