UNPKG

492 BTypeScriptView Raw
1import { Destination } from '../../../connectivity/scp-cf';
2/**
3 * The path in the sub request should be serialized as an absolute or relative URL.
4 */
5export declare type BatchSubRequestPathType = 'absolute' | 'relativeToService' | 'relativeToEntity';
6/**
7 * Options to configure batch serialization.
8 */
9export interface BatchRequestSerializationOptions {
10 subRequestPathType?: BatchSubRequestPathType;
11 destination?: Destination;
12}
13//# sourceMappingURL=batch-request-options.d.ts.map
\No newline at end of file