export interface IHttpClientConfig { headers?: Record; timeout?: number; signal?: AbortSignal; } export type IHttpResponseHeader = Record;