@kayahr/ed-journal
    Preparing search index...

    Interface DockingGranted

    Written when a docking request is granted.

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

    Hierarchy (View Summary)

    Index

    Properties

    event: "DockingGranted"

    The type of event.

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

    The time in GMT, ISO 8601.