UNPKG

jspurefix

Version:
10 lines (8 loc) 249 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 }