AuthMFAChallengePhoneResponse

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

§Type

§
RequestResult<AuthMFAChallengeResponseBase<"phone"> & AuthMFAChallengePhoneResponseFields>
[src]