Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: typed result and similar (#509)
<!-- Pull requests are squash merged using: - their title as the commit message - their description as the commit body Having a good title and description is important for the users to get readable changelog and understand when they need to update his code and how. --> ### Describe your change Fixes datetime return type by returning the `value` field instead of the whole object. ### Motivation and context Prisma has a `$type` tag for formatted string such as `DateTime`, this PR aims to add support for that. ### Migration notes <!-- Explain HOW users should update their code when required --> ### Checklist - [ ] The change come with new or modified tests - [x] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change
- Loading branch information