UNPKG

@datorama/akita

Version:

State Management Tailored-Made for JS Applications

4 lines (3 loc) 373 B
import { EntityServiceAction, NgEntityServiceNotifier } from './ng-entity-service-notifier'; export declare function successAction(storeName: string, notifier: NgEntityServiceNotifier): (params: Partial<EntityServiceAction>) => void; export declare function errorAction(storeName: string, notifier: NgEntityServiceNotifier): (params: Partial<EntityServiceAction>) => void;