Interface OldBuyMicroResources

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Category: string
Count: number
MarketID: number
Name: string
Name_Localised: string
Price: number
event: "BuyMicroResources"

The type of event.

timestamp: string

The time in GMT, ISO 8601.