UNPKG

@microsoft/msgraph-beta-sdk-privacy

Version:
11 lines 371 B
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