@microsoft/msgraph-beta-sdk-privacy
Version:
Privacy fluent API for Microsoft Graph
11 lines • 371 B
TypeScript
import type { PrivacyRequestBuilder } from "./privacy/index.js";
declare module "@microsoft/msgraph-beta-sdk" {
interface GraphBetaServiceClient {
/**
* Provides operations to manage the privacy singleton.
*/
get privacy(): PrivacyRequestBuilder;
}
}
export * from "./privacyServiceClient.js";
//# sourceMappingURL=index.d.ts.map