@microsoft/msgraph-sdk-teamwork
Version:
Teamwork fluent API for Microsoft Graph
11 lines • 368 B
TypeScript
import type { TeamworkRequestBuilder } from "./teamwork/index.js";
declare module "@microsoft/msgraph-sdk" {
interface GraphServiceClient {
/**
* Provides operations to manage the teamwork singleton.
*/
get teamwork(): TeamworkRequestBuilder;
}
}
export * from "./teamworkServiceClient.js";
//# sourceMappingURL=index.d.ts.map