@kayahr/ed-journal

    Interface ModuleBuyAndStore

    Base interface shared by all journal event types.

    interface ModuleBuyAndStore {
        BuyItem: string;
        BuyItem_Localised?: string;
        BuyPrice: number;
        event: "ModuleBuyAndStore";
        MarketID?: number;
        Ship: string;
        ShipID: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

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

    The type of event.

    MarketID?: number
    Ship: string
    ShipID: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR