interface TrackingEventInterface { name: string; properties: { [key: string]: string }; } export default TrackingEventInterface;