UNPKG

rpc-typescript

Version:
9 lines (6 loc) 165 B
import { ContractReference } from "../types"; export interface IEndpointContext { createChannel<T>( contract: ContractReference<T> ): T; }