@microsoft/msgraph-sdk-planner
Version:
Planner fluent API for Microsoft Graph
11 lines • 362 B
TypeScript
import type { PlannerRequestBuilder } from "./planner/index.js";
declare module "@microsoft/msgraph-sdk" {
interface GraphServiceClient {
/**
* Provides operations to manage the planner singleton.
*/
get planner(): PlannerRequestBuilder;
}
}
export * from "./plannerServiceClient.js";
//# sourceMappingURL=index.d.ts.map