UNPKG

@microsoft/msgraph-sdk-teams

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