UNPKG

sdg

Version:

pomelo ts

11 lines (10 loc) 308 B
import { IRpcServerOpts, RpcServer } from 'sdg-rpc'; export interface IRemoteComponentOptions extends IRpcServerOpts { bufferMsg?: boolean; cacheMsg?: boolean; interval?: number; rpcDebugLog?: boolean; rpcServer?: { create: (opts?: IRemoteComponentOptions) => RpcServer; }; }