Interface ScrapingWarningChallengeResponse

interface ScrapingWarningChallengeResponse {
    bloks_action: string;
    challenge_context: string;
    challenge_type_enum_str: string;
    cni: number;
    flow_render_type: number;
    status: string;
    step_name: "scraping_warning";
}

Properties

bloks_action: string
challenge_context: string
challenge_type_enum_str: string
cni: number
flow_render_type: number
status: string
step_name: "scraping_warning"