@sap-cloud-sdk/core
Version:
SAP Cloud SDK for JavaScript core
13 lines • 492 B
TypeScript
import { Destination } from '../../../connectivity/scp-cf';
/**
* The path in the sub request should be serialized as an absolute or relative URL.
*/
export declare type BatchSubRequestPathType = 'absolute' | 'relativeToService' | 'relativeToEntity';
/**
* Options to configure batch serialization.
*/
export interface BatchRequestSerializationOptions {
subRequestPathType?: BatchSubRequestPathType;
destination?: Destination;
}
//# sourceMappingURL=batch-request-options.d.ts.map