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 5a697f5 commit 6234ac5Copy full SHA for 6234ac5
types/types.d.ts
@@ -49,6 +49,7 @@ declare module "redux-persist/es/types" {
49
50
interface PersistorOptions {
51
enhancer?: StoreEnhancer<any>;
52
+ manualPersist?: boolean;
53
}
54
55
interface Storage {
0 commit comments