@kayahr/ed-journal

    Interface DockingTimeout

    Written when a docking request has timed out.

    interface DockingTimeout {
        event: "DockingTimeout";
        MarketID?: number;
        StationName: string;
        StationType?: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "DockingTimeout"

    The type of event.

    MarketID?: number
    StationName: string
    StationType?: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR