Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
patch(return types): union return type with undefined.
React query data is undefined by default. Previously we were overriding the default type of react query. Now union with undefined. We are also exporting the data type.
- Loading branch information