Interface DockingGranted

Written when a docking request is granted.

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

Hierarchy (view full)

Properties

LandingPad: number
MarketID?: number
StationName: string
StationType?: string
event: "DockingGranted"

The type of event.

timestamp: string

The time in GMT, ISO 8601.