export interface ScreenMembersOnPasskeyEnrollment extends ScreenMembers { backLink: string | null; loginLink: string | null; publicKey: PasskeyCreate['public_key'] | null; }
Was this page helpful?