@kayahr/ed-journal

    Interface MarketSell

    Base interface shared by all journal event types.

    interface MarketSell {
        AvgPricePaid: number;
        BlackMarket?: boolean;
        Count: number;
        event: "MarketSell";
        IllegalGoods?: boolean;
        MarketID?: number;
        SellPrice: number;
        StolenGoods?: boolean;
        timestamp: string;
        TotalSale: number;
        Type: string;
        Type_Localised?: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    AvgPricePaid: number
    BlackMarket?: boolean
    Count: number
    event: "MarketSell"

    The type of event.

    IllegalGoods?: boolean
    MarketID?: number
    SellPrice: number
    StolenGoods?: boolean
    timestamp: string

    The time in GMT, ISO 8601.

    TotalSale: number
    Type: string
    Type_Localised?: string
    MMNEPVFCICPMFPCPTTAAATR