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