UNPKG

lml-main

Version:

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

9 lines (8 loc) 670 B
import { Store } from 'redux'; import { Observable } from 'rxjs'; import { ActionsObservable, Epic } from 'redux-observable'; import { AppState } from '../../common/reducers'; export declare const putFrequencyAutoAllocationBatch: (action$: ActionsObservable<any>, store: Store<AppState>) => Observable<any>; export declare const putFrequencyAutoAllocationBatchSuccess: (action$: ActionsObservable<any>, store: Store<AppState>) => Observable<any>; export declare const putFrequencyAutoAllocationBatchError: (action$: ActionsObservable<any>, store: Store<AppState>) => Observable<any>; export declare const postBatchFrequencyAutoAllocationEpics: Epic<any, AppState, any>;