Interface BuyExplorationData

Written when buying system data via the galaxy map.

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

Hierarchy (View Summary)

Properties

Cost: number
event: "BuyExplorationData"

The type of event.

System: string
timestamp: string

The time in GMT, ISO 8601.