PostgrestResponse

import type { PostgrestResponse } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type PostgrestResponse<T> = PostgrestSingleResponse<T[]>;