UNPKG

@microsoft/msgraph-beta-sdk-groups

Version:
11 lines 365 B
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