Leo Ho

Results 1 issues of Leo Ho

# Bug report ## Describe the bug `await supabase.from(tableName).select("*")` returns a type `PostgrestResponse`, which could be of type `PostgrestResponseSuccess`. Currently `PostgrestResponseSuccess` is defined as: ```ts interface PostgrestResponseSuccess extends PostgrestResponseBase {...

bug