type alias supabase.GoTrueClientOptionsimport { type supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { GoTrueClientOptions } = supabase; definition: { url?: string; headers?: { [key: string]: string; }; storageKey?: string; detectSessionInUrl?: boolean; autoRefreshToken?: boolean; persistSession?: boolean; storage?: SupportedStorage; fetch?: Fetch; flowType?: AuthFlowType; debug?: boolean | ((message: string, ...args: any[]) => void); lock?: LockFunc; }