@kayahr/ed-journal

    Interface DockingDenied

    Written when the station denies a docking request.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "DockingDenied"

    The type of event.

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

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR