@microsoft/msgraph-beta-sdk-education
Version:
Education fluent API for Microsoft Graph
11 lines • 383 B
TypeScript
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