type alias supabase.AuthMFAListFactorsResponseimport { type supabase } from "https://deno.land/x/deco@1.75.1/deps.ts"; const { AuthMFAListFactorsResponse } = supabase; definition: { data: { all: Factor[]; totp: Factor[]; }; error: null; } | { data: null; error: AuthError; }