Resend
Params
: { email
: string; options
?: { captchaToken
?: string; emailRedirectTo
?: string; }; type
: Extract<EmailOtpType, "signup" | "email_change">; } | { options
?: { captchaToken
?: string; }; phone
: string; type
: Extract<MobileOtpType, "sms" | "phone_change">; }