Type alias PartialReducerOf<S, T>

PartialReducerOf<S, T>: ((s: S, p: T) => PartialReduction<S>)

Type Parameters

  • S

    The state type

  • T = any

    The action payload type

Type declaration

Generated using TypeDoc