@microsoft/msgraph-sdk-core
Version:
Core functionalities for the Microsoft Graph JavaScript SDK
12 lines • 470 B
TypeScript
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