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