@kayahr/ed-journal

    Interface Embark

    Base interface shared by all journal event types.

    interface Embark {
        Body: string;
        BodyID: number;
        Crew?: { Name: string; Role: string }[];
        event: "Embark";
        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
    Crew?: { Name: string; Role: string }[]
    event: "Embark"

    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