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

    Interface ModuleInfo

    Base interface shared by all journal event types.

    interface ModuleInfo {
        event: "ModuleInfo";
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    event: "ModuleInfo"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.