Type alias RecaptchaDict

RecaptchaDict: {
    response: string;
    session: string;
    type: Recaptcha;
}

Type declaration

  • response: string
  • session: string
  • type: Recaptcha

Generated using TypeDoc