UNPKG

520 BTypeScriptView Raw
1import { ODataBatchRequestConfig } from '../../odata-common';
2export declare class ODataBatchConfig extends ODataBatchRequestConfig {
3 /**
4 * @deprecated Since v1.21.0. Use superclass instead.
5 * Creates an instance of ODataBatchConfig.
6 * @param defaultServicePath - The default OData service path
7 * @param batchId - The batch id for building the header and the payload.
8 */
9 constructor(defaultServicePath: string, batchId: string);
10}
11//# sourceMappingURL=odata-batch-request-config.d.ts.map
\No newline at end of file