interface SubmitCaptchaOptions {
    captcha: string;
    [key: string]: string | number;
}

Indexable

  • [key: string]: string | number

Properties

Properties

captcha: string