Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRestashAction<T, P>

The dispatch action interface for Restash.

Type parameters

Hierarchy

  • IRestashAction

Index

Properties

payload?: P

The payload or data to update.

status?: any

The dispatch status if any.

type: T

The type of dispatch action to be handled.

Generated using TypeDoc