Interface PowerplayCollect

Base interface shared by all journal event types.

interface PowerplayCollect {
    Count: number;
    Power: string;
    Type: string;
    Type_Localised?: string;
    event: "PowerplayCollect";
    timestamp: string;
}

Hierarchy (view full)

Properties

Count: number
Power: string
Type: string
Type_Localised?: string
event: "PowerplayCollect"

The type of event.

timestamp: string

The time in GMT, ISO 8601.