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