export interface ScreenMembersOnLoginId extends ScreenMembers { signupLink: string | null; resetPasswordLink: string | null; publicKey: PasskeyRead['public_key'] | null; }
Was this page helpful?