Interface GetCaptchaResponse

interface GetCaptchaResponse {
    ok?: CaptchaResponse;
}

Properties

Properties