@microsoft/msgraph-beta-sdk-external
Version:
External fluent API for Microsoft Graph
11 lines • 377 B
TypeScript
import type { ExternalRequestBuilder } from "./external/index.js";
declare module "@microsoft/msgraph-beta-sdk" {
interface GraphBetaServiceClient {
/**
* Provides operations to manage the external singleton.
*/
get external(): ExternalRequestBuilder;
}
}
export * from "./externalServiceClient.js";
//# sourceMappingURL=index.d.ts.map