UNPKG

@microsoft/msgraph-sdk-groups

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