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

Indexable

[key: string]: string | number

Properties

captcha
string