AuthMFAEnrollTOTPResponse

import type { AuthMFAEnrollTOTPResponse } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type AuthMFAEnrollTOTPResponse = RequestResult<AuthMFAEnrollResponseBase<"totp"> & AuthMFAEnrollTOTPResponseFields>;

§Type

§
RequestResult<AuthMFAEnrollResponseBase<"totp"> & AuthMFAEnrollTOTPResponseFields>
[src]