@kayahr/ed-journal

    Interface RepairAll

    Base interface shared by all journal event types.

    interface RepairAll {
        Cost: number;
        event: "RepairAll";
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    Cost: number
    event: "RepairAll"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR