AuthPasskeyRegistrationVerifyResponse
import type { AuthPasskeyRegistrationVerifyResponse } from "https://esm.sh/@supabase/[email protected]/dist/index.d.mts";type AuthPasskeyRegistrationVerifyResponse = RequestResult<PasskeyMetadata, WebAuthnError | AuthError>;