import { IApiConfig } from 'observableApiConnector'; export interface IEpicParams { entity: string; apiConfig: IApiConfig; }