Skip to content

Commit 9652584

Browse files
committed
Remove type declaration
1 parent 5036b06 commit 9652584

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/src/types/types.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import { EnhancerOptions } from 'redux-devtools-extension';
2-
31
export type ReduxDevtoolsExtension = {
4-
connect: (config: EnhancerOptions) => ReduxDevTools;
2+
connect: (config: unknown) => ReduxDevTools;
53
};
64

75
type DispatchTypes = 'JUMP_TO_ACTION' | 'ROLLBACK';

0 commit comments

Comments
 (0)