IGPAPI
    Preparing search index...

    Interface CookieConsentCheckpointResponse

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

    Properties

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