AuthMFAEnrollTOTPResponse
import type { AuthMFAEnrollTOTPResponse } from "https://esm.sh/@supabase/supabase-js@2.104.1/dist/index.d.mts";type AuthMFAEnrollTOTPResponse = RequestResult<AuthMFAEnrollResponseBase<"totp"> & AuthMFAEnrollTOTPResponseFields>;
§Type
§
RequestResult<AuthMFAEnrollResponseBase<"totp"> & AuthMFAEnrollTOTPResponseFields>
[src]