We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f35e98c commit cd8f394Copy full SHA for cd8f394
index.d.ts
@@ -21,7 +21,6 @@ export interface Action {
21
* An Action type which accepts any other properties.
22
* This is mainly for the use of the `Reducer` type.
23
* This is not part of `Action` itself to prevent users who are extending `Action.
24
- * @private
25
*/
26
export interface AnyAction extends Action {
27
// Allows any extra properties to be defined in an action.
0 commit comments