@kayahr/ed-journal

    Interface MarketBuy

    Base interface shared by all journal event types.

    interface MarketBuy {
        BuyPrice: number;
        Count: number;
        event: "MarketBuy";
        MarketID?: number;
        timestamp: string;
        TotalCost: number;
        Type: string;
        Type_Localised?: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    BuyPrice: number
    Count: number
    event: "MarketBuy"

    The type of event.

    MarketID?: number
    timestamp: string

    The time in GMT, ISO 8601.

    TotalCost: number
    Type: string
    Type_Localised?: string
    MMNEPVFCICPMFPCPTTAAATR