VerifyPasskeyRegistrationParams

import type { VerifyPasskeyRegistrationParams } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";
type VerifyPasskeyRegistrationParams = {
challengeId: string;
}
;

§Type

§
{
challengeId: string;
}
[src]