@microsoft/msgraph-sdk-shares
Version:
Shares fluent API for Microsoft Graph
11 lines • 356 B
TypeScript
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