Interface BuyDrones

Base interface shared by all journal event types.

interface BuyDrones {
    BuyPrice: number;
    Count: number;
    event: "BuyDrones";
    timestamp: string;
    TotalCost: number;
    Type: string;
}

Hierarchy (View Summary, Expand)

Properties

BuyPrice: number
Count: number
event: "BuyDrones"

The type of event.

timestamp: string

The time in GMT, ISO 8601.

TotalCost: number
Type: string
MMNEPVFCICPMFPCPTTAAATR