We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b5c51 commit 32ac7e6Copy full SHA for 32ac7e6
index.d.ts
@@ -22,7 +22,8 @@ export interface Action<T = any> {
22
/**
23
* An Action type which accepts any other properties.
24
* This is mainly for the use of the `Reducer` type.
25
- * This is not part of `Action` itself to prevent users who are extending `Action.
+ * This is not part of `Action` itself to prevent types that extend `Action` from
26
+ * having an index signature.
27
*/
28
export interface AnyAction extends Action {
29
// Allows any extra properties to be defined in an action.
0 commit comments