@kayahr/ed-journal

    Interface DockingGranted

    Written when a docking request is granted.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "DockingGranted"

    The type of event.

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

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR