@sap-cloud-sdk/core
Version:
SAP Cloud SDK for JavaScript core
11 lines • 520 B
TypeScript
import { ODataBatchRequestConfig } from '../../odata-common';
export declare class ODataBatchConfig extends ODataBatchRequestConfig {
/**
* @deprecated Since v1.21.0. Use superclass instead.
* Creates an instance of ODataBatchConfig.
* @param defaultServicePath - The default OData service path
* @param batchId - The batch id for building the header and the payload.
*/
constructor(defaultServicePath: string, batchId: string);
}
//# sourceMappingURL=odata-batch-request-config.d.ts.map