export interface ShelfLayoutEventData { _id: string; name: string; picture: string; company: string; shelfLayoutAnswer: string; version: number; }