@runloop/agent-axon-client
    Preparing search index...

    Interface CustomTimelineEvent<T>

    A narrowed unknown timeline event whose payload has been parsed as T. Produced by type guards created with createCustomEventGuard.

    interface CustomTimelineEvent<T> {
        axonEvent: AxonEventView;
        data: T;
        kind: "unknown";
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    ACP Protocol

    ACP Protocol

    axonEvent: AxonEventView
    data: T
    kind: "unknown"