Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ThunkDispatch<S, E, A>

Type parameters

Hierarchy

  • ThunkDispatch

Callable

  • __call<T>(action: T): T
  • __call<R>(asyncAction: ThunkAction<R, S, E, A>): R
  • Type parameters

    • T: A

    Parameters

    • action: T

    Returns T

  • Type parameters

    • R

    Parameters

    Returns R

Generated using TypeDoc