1 2 3 4 5
export interface CaptchaRequiredResponse { captcha_key: string; captcha_sitekey: string; captcha_service: string; }