type alias supabase.SSOResponseimport { type supabase } from "https://deno.land/x/live@1.60.0/deps.ts"; const { SSOResponse } = supabase; definition: { data: { url: string; }; error: null; } | { data: null; error: AuthError; }