UNPKG

react-application-core

Version:

A react-based application core for the business applications.

14 lines (13 loc) 468 B
import { IEffectsAction } from 'redux-effects-promise'; export declare class TransportEffects { private static logger; private readonly responseAccessor; private readonly errorInterceptor; private readonly routes; /** * @stable [05.02.2019] * @param {IEffectsAction} action * @returns {IEffectsAction[] | IEffectsAction} */ $onTransportRequestError(action: IEffectsAction): IEffectsAction[] | IEffectsAction; }