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