UNPKG

@microsoft/msgraph-beta-sdk-commands

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