@kayahr/edsm
    Preparing search index...

    Interface EDSMEvent

    Base data for EDSM event to be sent to EDSM. This must be the unmodified event read from the Journal, optionally enriched with additional context information.

    interface EDSMEvent {
        _marketId?: number;
        _shipId?: number;
        _stationName?: string;
        _systemAddress?: Id64;
        _systemCoordinates?: Coordinates;
        _systemName?: string;
        event: string;
    }
    Index

    Properties

    _marketId?: number
    _shipId?: number
    _stationName?: string
    _systemAddress?: Id64
    _systemCoordinates?: Coordinates
    _systemName?: string
    event: string