export interface InsightsValueFields { campaign_id: string; earning_source: string; end_time: string; engagement_source: string; is_from_ads: string; is_from_followers: string; message_type: string; messaging_channel: string; monetization_tool: string; recurring_notifications_entry_point: string; recurring_notifications_frequency: string; recurring_notifications_topic: string; start_time: string; value: Record; }