Skip to content

Commit

Permalink
adding types back to gitignore till I understand it more fully
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemichele committed Feb 20, 2025
1 parent 4502dc9 commit 0d53bac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ declare module "redux-persist/es/types" {
getStoredState?: (config: PersistConfig<S, RS, HSS, ESS>) => Promise<PersistedState>;
debug?: boolean;
serialize?: boolean;
deserialize?: boolean | ((x: any) => any);
timeout?: number;
writeFailHandler?: (err: Error) => void;
}
Expand Down

0 comments on commit 0d53bac

Please sign in to comment.