@microsoft/msgraph-sdk-teams
Version:
Teams fluent API for Microsoft Graph
11 lines • 350 B
TypeScript
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