mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-16 19:40:58 +03:00
feat(redux-devtools-instrument): export type PerformAction (#614)
This commit is contained in:
parent
b4ec7f86fc
commit
9e59cfdc7d
|
@ -42,7 +42,7 @@ const isChromeOrNode =
|
|||
process.release &&
|
||||
process.release.name === 'node');
|
||||
|
||||
interface PerformAction<A extends Action<unknown>> {
|
||||
export interface PerformAction<A extends Action<unknown>> {
|
||||
type: typeof ActionTypes.PERFORM_ACTION;
|
||||
action: A;
|
||||
timestamp: number;
|
||||
|
|
Loading…
Reference in New Issue
Block a user