UNPKG

redux-store-templates

Version:

Set of helpers to create useful and commonly used redux store patterns

7 lines (5 loc) 136 B
export interface ApplyOption { type: string; payloadPath?: string; } export type ApplyOptions = ApplyOption | ApplyOption[];