UNPKG

jspurefix

Version:
8 lines (6 loc) 175 B
import { ITlsOptions } from './tls-options' export interface ITcpTransportDescription { readonly port: number readonly host: string readonly tls?: ITlsOptions }