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

    Interface InvokeAdapterOptions

    interface InvokeAdapterOptions {
        headers?: Record<string, string>;
        timeout?: number;
        traceId?: string;
    }
    Index

    Properties

    headers?: Record<string, string>
    timeout?: number
    traceId?: string