UNPKG

@microsoft/msgraph-beta-sdk-organization

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