Skip to content

Commit

Permalink
Adding write fail handler to typescript definition (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelshepherd authored and rt2zz committed Sep 2, 2019
1 parent 22d78c4 commit 75f753c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/types.d.ts
Expand Up @@ -44,6 +44,7 @@ declare module "redux-persist/es/types" {
debug?: boolean;
serialize?: boolean;
timeout?: number;
writeFailHandler?: (err: Error) => void;
}

interface PersistorOptions {
Expand Down

0 comments on commit 75f753c

Please sign in to comment.