UNPKG

@microsoft/msgraph-beta-sdk-teams

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