Interface CookieConsentCheckpointRequiredErrorResponse

interface CookieConsentCheckpointRequiredErrorResponse {
    checkpoint_url: string;
    flow_render_type: number;
    lock: boolean;
    message: "checkpoint_required";
    status: "fail";
}

Properties

checkpoint_url: string
flow_render_type: number
lock: boolean
message: "checkpoint_required"
status: "fail"