@kayahr/ed-journal

    Interface JournalEvent<T>

    Base interface shared by all journal event types.

    interface JournalEvent<T extends string = string> {
        event: T;
        timestamp: string;
    }

    Type Parameters

    • T extends string = string

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    event: T

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR