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