export interface SurveyEventData { _id: string; name: string; companyId: string; version: number; }