Interface BuyExplorationData

Written when buying system data via the galaxy map.

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

Hierarchy (view full)

Properties

Cost: number
System: string
event: "BuyExplorationData"

The type of event.

timestamp: string

The time in GMT, ISO 8601.