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