UNPKG

@careevolution/orchestrate

Version:

A TypeScript client for the Orchestrate API

6 lines (5 loc) 224 B
import { IHttpHandler } from "./httpHandler.js"; export type BatchResponse<T> = { items: T; }; export declare function handleBatchOverload<TIn, TOut>(httpHandler: IHttpHandler, url: string, request: TIn): Promise<TOut>;