export interface SubmitCaptchaOptions { captcha: string; [key: string]: string | number; }
key
string
number
Was this page helpful?