@kayahr/ed-journal

    Interface ModuleBuy

    Base interface shared by all journal event types.

    interface ModuleBuy {
        BuyItem: string;
        BuyItem_Localised?: string;
        BuyPrice: number;
        event: "ModuleBuy";
        MarketID?: number;
        SellItem?: string;
        SellItem_Localised?: string;
        SellPrice?: number;
        Ship: string;
        ShipID: number;
        Slot: string;
        StoredItem?: string;
        StoredItem_Localised?: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    BuyItem: string
    BuyItem_Localised?: string
    BuyPrice: number
    event: "ModuleBuy"

    The type of event.

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

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR