UNPKG

@microsoft/msgraph-beta-sdk-communications

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