Interface TimelineFeedResponseInjected

interface TimelineFeedResponseInjected {
    about_ad_params: string;
    ad_id: string;
    ad_title: string;
    cookies: string[];
    direct_share: boolean;
    display_viewability_eligible: boolean;
    hide_flow_type: number;
    hide_label: string;
    hide_reasons_v2: TimelineFeedResponseHideReasonsV2Item[];
    invalidation: null;
    is_demo: boolean;
    is_holdout: boolean;
    is_leadgen_native_eligible: boolean;
    label: string;
    lead_gen_form_id: string | number;
    show_ad_choices: boolean;
    show_icon: boolean;
    tracking_token: string;
    view_tags: any[];
}

Properties

about_ad_params: string
ad_id: string
ad_title: string
cookies: string[]
direct_share: boolean
display_viewability_eligible: boolean
hide_flow_type: number
hide_label: string
invalidation: null
is_demo: boolean
is_holdout: boolean
is_leadgen_native_eligible: boolean
label: string
lead_gen_form_id: string | number
show_ad_choices: boolean
show_icon: boolean
tracking_token: string
view_tags: any[]