@kayahr/ed-journal

    Interface ModuleSell

    Base interface shared by all journal event types.

    interface ModuleSell {
        event: "ModuleSell";
        MarketID?: number;
        SellItem: string;
        SellItem_Localised?: string;
        SellPrice: number;
        Ship: string;
        ShipID: number;
        Slot: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "ModuleSell"

    The type of event.

    MarketID?: number
    SellItem: string
    SellItem_Localised?: string
    SellPrice: number
    Ship: string
    ShipID: number
    Slot: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR