import { type supabase } from "https://deno.land/x/blocks@1.57.9/deps.ts";
const { AuthMFAAdminDeleteFactorResponse } = supabase;
definition: { data: { id: string; }; error: null; } | { data: null; error: AuthError; }
import { type supabase } from "https://deno.land/x/blocks@1.57.9/deps.ts";
const { AuthMFAAdminDeleteFactorResponse } = supabase;