type alias supabase.MFAEnrollParamsimport { type supabase } from "https://deno.land/x/live@1.53.6/deps.ts"; const { MFAEnrollParams } = supabase; definition: { factorType: "totp"; issuer?: string; friendlyName?: string; }