UNPKG

jcc-stream-utils

Version:

Toolkit of crossing chain from Stream chain to SWTC chain

6 lines (5 loc) 94 B
export default interface IServer { host: string; port: number; secure: boolean; }