postgrest-js
postgrest-js copied to clipboard
feat(types): export ResolveFilterValue and ResolveFilterRelationshipValue
What kind of change does this PR introduce?
Export types ResolveFilterValue and ResolveFilterRelationshipValue
Related to: https://github.com/supabase/supabase-js/issues/1351
What is the current behavior?
Both types are not exported. If one has to use any of these types, they have to be copied.