@itwin/core-common
Version:
iTwin.js components common to frontend and backend
11 lines • 402 B
TypeScript
/** @packageDocumentation
* @module RpcInterface
*/
import { InterceptedRpcRequest } from "../../ipc/IpcSession";
import { RpcInvocation } from "./RpcInvocation";
/** @internal */
export declare class RpcSessionInvocation extends RpcInvocation {
static create(request: InterceptedRpcRequest): RpcSessionInvocation;
get rejected(): boolean;
}
//# sourceMappingURL=RpcSessionInvocation.d.ts.map