UNPKG

@microsoft/agents-hosting-teams

Version:

Microsoft 365 Agents SDK for JavaScript

15 lines (13 loc) 286 B
/** * Copyright(c) Microsoft Corporation.All rights reserved. * Licensed under the MIT License. */ /** * Represents the response of a batch operation. */ export interface BatchOperationResponse { /** * Unique identifier of the batch operation. */ operationId: string; }