@kayahr/ed-journal
    Preparing search index...

    Interface RebootRepair

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary)

    Index

    Properties

    event: "RebootRepair"

    The type of event.

    Modules: string[]
    timestamp: string

    The time in GMT, ISO 8601.