UNPKG

@microsoft/msgraph-sdk-communications

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