Interface PowerplayFastTrack

Base interface shared by all journal event types.

interface PowerplayFastTrack {
    Cost: number;
    Power: string;
    event: "PowerplayFastTrack";
    timestamp: string;
}

Hierarchy (view full)

Properties

Cost: number
Power: string
event: "PowerplayFastTrack"

The type of event.

timestamp: string

The time in GMT, ISO 8601.