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