supabase / postgrest-js

Isomorphic JavaScript client for PostgREST.
https://supabase.com
MIT License
962 stars 128 forks source link

fix: type-asserations #525

Open admirsaheta opened 3 months ago

admirsaheta commented 3 months ago

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.