Interface CaptchaResponse

interface CaptchaResponse {
    png: string;
    uuid: string;
    wav: string;
}

Properties

Properties

png: string
uuid: string
wav: string