UNPKG

@microsoft/msgraph-sdk-teamwork

Version:
11 lines 368 B
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