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