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