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