UNPKG

@sap-cloud-sdk/core

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