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