UNPKG

@microsoft/msgraph-sdk-connections

Version:
11 lines 386 B
import type { ConnectionsRequestBuilder } from "./connections/index.js"; declare module "@microsoft/msgraph-sdk" { interface GraphServiceClient { /** * Provides operations to manage the connections singleton. */ get connections(): ConnectionsRequestBuilder; } } export * from "./connectionsServiceClient.js"; //# sourceMappingURL=index.d.ts.map