UNPKG

ajsfw

Version:
5 lines (4 loc) 169 B
import { ITransportInterface } from "../message-transport/ITransportInterface"; export interface IRMIRoutingTable { [endpointId: number]: ITransportInterface; }