UNPKG

odata-batch

Version:

a simple lib for send and recieve calls odata batch

5 lines (4 loc) 224 B
import { BatchResponseConstructor } from "./response"; export interface ODataBatchRepository { send(url: string, batchRequest: string, config: any, accept: string, BatchParser: BatchResponseConstructor): Promise<any>; }