UNPKG

@microsoft/msgraph-sdk-shares

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