Outlook_Addin_LLM/node_modules/applicationinsights/out/Library/RequestResponseHeaders.d.ts

13 lines
350 B
TypeScript
Raw Permalink Normal View History

declare const _default: {
requestContextHeader: string;
requestContextSourceKey: string;
requestContextTargetKey: string;
requestIdHeader: string;
parentIdHeader: string;
rootIdHeader: string;
correlationContextHeader: string;
traceparentHeader: string;
traceStateHeader: string;
};
export = _default;