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

    Interface ServiceContext

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

    Properties

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