type alias supabase.PostgrestErrorimport { type supabase } from "https://deno.land/x/live@1.53.6/deps.ts"; const { PostgrestError } = supabase; Error format https://postgrest.org/en/stable/api.html?highlight=options#errors-and-http-status-codes definition: { message: string; details: string; hint: string; code: string; }