UNPKG

lml-main

Version:

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

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