PostgrestSingleResponseCopyimport type { PostgrestSingleResponse } from "https://esm.sh/@supabase/postgrest-js@2.90.1/dist/index.d.mts";type PostgrestSingleResponse<T> = PostgrestResponseSuccess<T> | PostgrestResponseFailure;§Type Parameters§T[src]§Type§PostgrestResponseSuccess<T> | PostgrestResponseFailure[src]