Skip to content

Commit 75f753c

Browse files
joelshepherdZack Story
authored and
Zack Story
committed
Adding write fail handler to typescript definition (#1062)
1 parent 22d78c4 commit 75f753c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ declare module "redux-persist/es/types" {
4444
debug?: boolean;
4545
serialize?: boolean;
4646
timeout?: number;
47+
writeFailHandler?: (err: Error) => void;
4748
}
4849

4950
interface PersistorOptions {

0 commit comments

Comments
 (0)