AuthMFAListFactorsResponse
import type { AuthMFAListFactorsResponse } from "https://esm.sh/@supabase/supabase-js@2.89.0/dist/index.d.mts";response of ListFactors, which should contain all the types of factors that are available, this ensures we always include all
type AuthMFAListFactorsResponse<T extends FactorTypes = FactorTypes> = RequestResult<{} & [K in T[number]]: Prettify<Factor<K, "verified">>[]>;