UNPKG

@microsoft/msgraph-beta-sdk-solutions

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