Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AnyAction

An Action type which accepts any other properties. This is mainly for the use of the Reducer type. This is not part of Action itself to prevent types that extend Action from having an index signature.

Hierarchy

  • Action
    • AnyAction

Indexable

[extraProps: string]: any

Index

Properties

Properties

type: any

Generated using TypeDoc