function useLinkEmail(): { linkEmail: (email: string) => Promise<{ flowId: string; message: string; }>; };
{ linkEmail: (email: string) => Promise<{ flowId: string; message: string; }>; }
linkEmail: (email: string) => Promise<{ flowId: string; message: string; }>;
email
string
Promise
flowId
message
Was this page helpful?