Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(typescript): fix
serialize
types (reduxjs#752)
The `serialize` property can be an object which can have many different properties. Those properties are described at https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md#serialize The current type only mentions what is inside the `options` property, and puts it directly inside `serialize`, which doesn't match the docs so I'm updating the types so they match the docs more closely, as well as the source code at https://github.com/reduxjs/redux-devtools/blob/master/packages/redux-devtools-serialize/src/immutable/index.ts
- Loading branch information