type alias supabase.AuthMFAGetAuthenticatorAssuranceLevelResponseimport { type supabase } from "https://dotland.deno.dev/x/live@1.63.12/deps.ts"; const { AuthMFAGetAuthenticatorAssuranceLevelResponse } = supabase; definition: { data: { currentLevel: AuthenticatorAssuranceLevels | null; nextLevel: AuthenticatorAssuranceLevels | null; currentAuthenticationMethods: AMREntry[]; }; error: null; } | { data: null; error: AuthError; }