lml-main
Version:
This is now a mono repository published into many standalone packages.
7 lines (6 loc) • 377 B
TypeScript
import { Observable } from 'rxjs';
import { ActionsObservable, Epic } from 'redux-observable';
import { Store } from 'redux';
import { RootState } from '../../root/reducers';
export declare const postAllocationGroupSuccess: (action$: ActionsObservable<any>, store: Store<RootState>) => Observable<any>;
export declare const postAllocationGroupEpics: Epic<any, RootState, any>;