Skip to content

Commit cd8f394

Browse files
Alexis Mangintimdorr
Alexis Mangin
authored andcommitted
Remove @Private flag on AnyAction type definition which causes problem with typescript, issue 2508 (#2510)
1 parent f35e98c commit cd8f394

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export interface Action {
2121
* An Action type which accepts any other properties.
2222
* This is mainly for the use of the `Reducer` type.
2323
* This is not part of `Action` itself to prevent users who are extending `Action.
24-
* @private
2524
*/
2625
export interface AnyAction extends Action {
2726
// Allows any extra properties to be defined in an action.

0 commit comments

Comments
 (0)