export interface TrackingEventInterface { category?: string; name: string; properties?: { [key: string]: any }; options?: { [key: string]: any }; callback?: () => void; }