Interface PowerplayLeave

Base interface shared by all journal event types.

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

Hierarchy (view full)

Properties

Properties

Power: string
event: "PowerplayLeave"

The type of event.

timestamp: string

The time in GMT, ISO 8601.