AuthMFAChallengeTOTPResponse

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

§Type

§
RequestResult<AuthMFAChallengeResponseBase<"totp"> & AuthMFAChallengeTOTPResponseFields>
[src]