interface Root {
    browser_push_pub_key: string;
    bundle_variant: string;
    cache_schema_version: number;
    config: Config;
    connection_quality_rating: string;
    consent_dialog_config: ConsentDialogConfig;
    country_code: string;
    deployment_stage: string;
    device_id: string;
    encryption: Encryption;
    entry_data: EntryData;
    frontend_env: string;
    hostname: string;
    is_dev: boolean;
    is_on_vpn: boolean;
    is_whitelisted_crawl_bot: boolean;
    knobx: any;
    language_code: string;
    locale: string;
    mid_pct: number;
    nonce: string;
    platform: string;
    privacy_flow_trigger: null;
    rollout_hash: string;
    server_checks: ServerChecks;
    signal_collection_config: SignalCollectionConfig;
    to_cache: ToCache;
    zero_data: ZeroData;
}

Properties

browser_push_pub_key: string
bundle_variant: string
cache_schema_version: number
config: Config
connection_quality_rating: string
consent_dialog_config: ConsentDialogConfig
country_code: string
deployment_stage: string
device_id: string
encryption: Encryption
entry_data: EntryData
frontend_env: string
hostname: string
is_dev: boolean
is_on_vpn: boolean
is_whitelisted_crawl_bot: boolean
knobx: any
language_code: string
locale: string
mid_pct: number
nonce: string
platform: string
privacy_flow_trigger: null
rollout_hash: string
server_checks: ServerChecks
signal_collection_config: SignalCollectionConfig
to_cache: ToCache
zero_data: ZeroData