/**
* Copyright(c) Microsoft Corporation.All rights reserved.
* Licensed under the MIT License.
*//**
* Represents the response of a batch operation.
*/
export interfaceBatchOperationResponse {
/**
* Unique identifier of the batch operation.
*/
operationId: string;
}