Interface PowerplayDefect

Base interface shared by all journal event types.

interface PowerplayDefect {
    FromPower: string;
    ToPower: string;
    event: "PowerplayDefect";
    timestamp: string;
}

Hierarchy (view full)

Properties

FromPower: string
ToPower: string
event: "PowerplayDefect"

The type of event.

timestamp: string

The time in GMT, ISO 8601.