Interface ReducersOf<S>

A ReducersOf represents an object where the property keys are action types and their values represent full reducers of a given state

Type Parameters

  • S

    The state type

Hierarchy

  • ReducersOf

Indexable

[action: string]: ReducerOf<S>

Generated using TypeDoc