Interface RebootRepair

Base interface shared by all journal event types.

interface RebootRepair {
    Modules: string[];
    event: "RebootRepair";
    timestamp: string;
}

Hierarchy (view full)

Properties

Modules: string[]
event: "RebootRepair"

The type of event.

timestamp: string

The time in GMT, ISO 8601.