Skip to main content
Example
export interface SubmitCaptchaOptions {
  captcha: string;
  [key: string]: string | number;
}

Properties

captcha
string