Type Alias AnyAction<P>

Represents a Redux action that could be unknown or has a specific payload P.

Type Parameters

  • P = any

    Payload of the action (if defined).