@microsoft/msgraph-beta-sdk-communications
Version:
Communications fluent API for Microsoft Graph
11 lines • 413 B
TypeScript
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