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

    Interface EngineerProgress

    Base interface shared by all journal event types.

    interface EngineerProgress {
        Engineers: Engineer[];
        event: "EngineerProgress";
        timestamp: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Engineers: Engineer[]

    List of engineers. As old event formats (containing only one engineer) are converted to new event format this list may only contain one engineer and the event may be fired multiple times.

    event: "EngineerProgress"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.