© 2026 Hedgehog Software, LLC
const { data, error } = await supabase .from<ProductTypeHere>('products')
import type { Database } from 'types_db'; export const supabase = createBrowserSupabaseClient<Database>();
any[] | null