/** * Record engagement input view data */ export interface RecordEngagementInputViewData { eventType: string; userId?: string; metadata?: Record; }