export interface AdAccountTargetingUnifiedFields { audience_size_lower_bound: number; audience_size_upper_bound: number; conversion_lift: number; description: string; id: string; img: string; info: string; info_title: string; is_recommendation: boolean; is_youth_ads_age_gated: boolean; key: string; link: string; name: string; parent: string; partner: string; path: string[]; performance_rating: number; raw_name: string; recommendation_model: string; search_interest_id: string; source: string; spend: number; type: string; valid: boolean; }