export interface ChecklistEventData { _id: string; establishment: string; company: string; options: string[]; version: number; }