UNPKG

@microsoft/msgraph-beta-sdk-education

Version:
11 lines 383 B
import type { EducationRequestBuilder } from "./education/index.js"; declare module "@microsoft/msgraph-beta-sdk" { interface GraphBetaServiceClient { /** * Provides operations to manage the education singleton. */ get education(): EducationRequestBuilder; } } export * from "./educationServiceClient.js"; //# sourceMappingURL=index.d.ts.map