mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-19 21:10:55 +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 &&
|
||||||
process.release.name === 'node');
|
process.release.name === 'node');
|
||||||
|
|
||||||
interface PerformAction<A extends Action<unknown>> {
|
export interface PerformAction<A extends Action<unknown>> {
|
||||||
type: typeof ActionTypes.PERFORM_ACTION;
|
type: typeof ActionTypes.PERFORM_ACTION;
|
||||||
action: A;
|
action: A;
|
||||||
timestamp: number;
|
timestamp: number;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user