postgrest-js
postgrest-js copied to clipboard
fix: type-asserations
What kind of change does this PR introduce?
Adds an additional layer of type-safety and conforms with the typescript compiler
What is the current behavior?
The Typescript Compiler is prone to dynamically assign unspecified types
What is the new behavior?
Statically typed types
Feel free to include screenshots if it includes visual changes.
Additional context
Add any other context or screenshots.