Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface EventRequestOptions

    interface EventRequestOptions {
        id?: string;
        sessionId?: string;
        source?: EventSourceInput;
        timestamp?: number;
        traceId?: string;
        timeoutMs?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string
    sessionId?: string
    timestamp?: number
    traceId?: string
    timeoutMs?: number