UNPKG

@microsoft/msgraph-beta-sdk-termstore

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