@kayahr/ed-journal

    Interface Disembark

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Body: string
    BodyID: number
    event: "Disembark"

    The type of event.

    ID?: number
    MarketID?: number
    Multicrew: boolean
    OnPlanet: boolean
    OnStation: boolean
    SRV: boolean
    StarSystem: string
    StationName?: string
    StationType?: string
    SystemAddress: number
    Taxi: boolean
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR