UNPKG

jspurefix

Version:
9 lines (8 loc) 253 B
import { IHtmlRoute } from './html-route'; import { IHttpAdapter } from './http-adapter'; export interface IHttpTransportDescription { readonly port: number; readonly uri: string; readonly options: IHtmlRoute[]; adapter: IHttpAdapter; }