@itwin/core-backend
Version:
iTwin.js backend components
7 lines • 447 B
TypeScript
/** @packageDocumentation
* @module RpcInterface
*/
import { HttpServerRequest, HttpServerResponse, RpcRequestFulfillment, SerializedRpcRequest, WebAppRpcProtocol } from "@itwin/core-common";
/** @internal */
export declare function sendResponse(protocol: WebAppRpcProtocol, request: SerializedRpcRequest, fulfillment: RpcRequestFulfillment, req: HttpServerRequest, res: HttpServerResponse): Promise<void>;
//# sourceMappingURL=response.d.ts.map