UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

8 lines (7 loc) 518 B
import { Store } from 'redux'; import { Observable } from 'rxjs'; import { ActionsObservable, Epic } from 'redux-observable'; import { RootState } from '../../root/reducers'; export declare const postAutoAllocationGlobalSuccess: (action$: ActionsObservable<any>, store: Store<RootState>) => Observable<any>; export declare const postAutoAllocationGlobalError: (action$: ActionsObservable<any>, store: Store<RootState>) => Observable<any>; export declare const postAutoAllocationGlobalEpics: Epic<any, RootState, any>;