ThemeParks.wiki Parks API - v2.0.0
    Preparing search index...

    Interface TraceContext

    Trace context that persists across async boundaries

    interface TraceContext {
        metadata?: Record<string, any>;
        startTime: number;
        traceId: string;
    }
    Index

    Properties

    metadata?: Record<string, any>
    startTime: number
    traceId: string