@kayahr/ed-journal

    Interface BuyTradeData

    Base interface shared by all journal event types.

    interface BuyTradeData {
        Cost: number;
        event: "BuyTradeData";
        System: string;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Cost: number
    event: "BuyTradeData"

    The type of event.

    System: string
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR