Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface ScreenMembersOnLoginPasswordlessSmsOtp extends ScreenMembers { signupLink: string | null; resetPasswordLink: string | null; backLink: string | null; data: { username: string; phone_number: string; }; }
Was this page helpful?