/** The answer to a CAPTCHA. */ export interface ICaptchaAnswer { /** Gets or sets the answer to the CAPTCHA. */ answer: string; /** Gets or sets the globally unique identifier of the CAPTCHA. */ id: any; } //# sourceMappingURL=captcha_answer.d.ts.map