export interface IHeadersInit { [prop: string]: string; } export { IHeadersInit as IInit }; export default IHeadersInit;