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