import { type supabase } from "https://deno.land/x/blocks@1.59.3/deps.ts";
const { SupabaseClientOptions } = supabase;
definition: { db?: { schema?: SchemaName; }; auth?: { autoRefreshToken?: boolean; storageKey?: string; persistSession?: boolean; detectSessionInUrl?: boolean; storage?: SupabaseAuthClientOptions["storage"]; }; realtime?: RealtimeClientOptions; global?: { fetch?: Fetch; headers?: Record<string, string>; }; }