export type HotspotClick = { eventNumber: 47; hotspotId: string; target: string }; export type AnalyticsEvents = HotspotClick;