/** * @namespace Typertext * @module Http */ module Typertext.Http { /** * @interface HttpQueryString */ export interface HttpQueryString { [index:string]:string } }