/** * error reducer * @author yoyoyohamapi * @ignore created 2018-08-03 12:43:11 */ import { Action } from '../types/Action'; export default function error(state: { flows: {}; services: {}; }, action: Action): Object;