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