Type alias PartialReduction<S>

PartialReduction<S>: Partial<S>[] | Partial<S> | undefined | null | boolean

The result of the partial reducer can be false to indicate that no update should be applied. It can also return one partial state or an array of partial states.

Type Parameters

  • S

    The state type

Generated using TypeDoc