function useLinkSms(): { linkSms: (phoneNumber: string) => Promise<{ flowId: string; message: string; }>; };
{ linkSms: (phoneNumber: string) => Promise<{ flowId: string; message: string; }>; }
linkSms: (phoneNumber: string) => Promise<{ flowId: string; message: string; }>;
phoneNumber
string
Promise
flowId
message
Was this page helpful?