UNPKG

@microsoft/msgraph-beta-sdk-shares

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