Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix error due to Typescript 3.5.1
decamelizeKeys is defined to return Object, but Typescript 3.5.1 is a bit stricter about Object and indexing properties. The correct fix would need to be done in the type definition of humps.
- Loading branch information