Type Alias RequestOtpCodeParams

RequestOtpCodeParams: {
    email: string;
    recaptchaToken: string;
}