@kayahr/ed-journal

    Interface RebootRepair

    Base interface shared by all journal event types.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    event: "RebootRepair"

    The type of event.

    Modules: string[]
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR