Interface PowerplayLeave

Base interface shared by all journal event types.

interface PowerplayLeave {
    event: "PowerplayLeave";
    Power: string;
    timestamp: string;
}

Hierarchy (View Summary)

Properties

Properties

event: "PowerplayLeave"

The type of event.

Power: string
timestamp: string

The time in GMT, ISO 8601.