UNPKG

redux-saga-tools

Version:

A set of utility functions to write saga and reducers easily

8 lines (7 loc) 139 B
export interface ProgressState { [id: string]: Progress; } export interface Progress { inProgress?: boolean; error?: string; }