/** * @module typings/core */ export type HeaderList = Map; export interface IHeaderData { name?: string; value?: string; }