@kayahr/ed-journal

    Interface OldBuyMicroResources

    Base interface shared by all journal event types.

    interface OldBuyMicroResources {
        Category: string;
        Count: number;
        event: "BuyMicroResources";
        MarketID: number;
        Name: string;
        Name_Localised: string;
        Price: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Category: string
    Count: number
    event: "BuyMicroResources"

    The type of event.

    MarketID: number
    Name: string
    Name_Localised: string
    Price: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR