Interface Disembark

Base interface shared by all journal event types.

interface Disembark {
    Body: string;
    BodyID: number;
    ID?: number;
    MarketID?: number;
    Multicrew: boolean;
    OnPlanet: boolean;
    OnStation: boolean;
    SRV: boolean;
    StarSystem: string;
    StationName?: string;
    StationType?: string;
    SystemAddress: number;
    Taxi: boolean;
    event: "Disembark";
    timestamp: string;
}

Hierarchy (view full)

Properties

Body: string
BodyID: number
ID?: number
MarketID?: number
Multicrew: boolean
OnPlanet: boolean
OnStation: boolean
SRV: boolean
StarSystem: string
StationName?: string
StationType?: string
SystemAddress: number
Taxi: boolean
event: "Disembark"

The type of event.

timestamp: string

The time in GMT, ISO 8601.