@kayahr/ed-journal

    Interface Market

    Base interface shared by all journal event types.

    interface Market {
        CarrierDockingAccess?: string;
        event: "Market";
        MarketID: number;
        StarSystem: string;
        StationName: string;
        StationType?: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    CarrierDockingAccess?: string
    event: "Market"

    The type of event.

    MarketID: number
    StarSystem: string
    StationName: string
    StationType?: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR