UNPKG

@microsoft/msgraph-sdk-core

Version:
12 lines 470 B
import { TelemetryHandler } from "@microsoft/kiota-http-fetchlibrary"; import { GraphTelemetryOption } from "./GraphTelemetryOption.js"; /** * Adds telemetry headers to requests made to the Graph API */ export declare class GraphTelemetryHandler extends TelemetryHandler { /** * Creates a new instance of the GraphTelemetryHandler class */ constructor(graphTelemetryOption: GraphTelemetryOption); } //# sourceMappingURL=GraphTelemetryHandler.d.ts.map