@kayahr/ed-journal

    Interface DockFighter

    Base interface shared by all journal event types.

    interface DockFighter {
        event: "DockFighter";
        ID?: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    event: "DockFighter"

    The type of event.

    ID?: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR