Interface PowerplayVoucher

Base interface shared by all journal event types.

interface PowerplayVoucher {
    Power: string;
    Systems: string[];
    event: "PowerplayVoucher";
    timestamp: string;
}

Hierarchy (view full)

Properties

Power: string
Systems: string[]
event: "PowerplayVoucher"

The type of event.

timestamp: string

The time in GMT, ISO 8601.