import { CompanyStrategyComponentTypes } from '../../../enums'; export interface CompanyStrategyComponentEventData { _id: string; name: string; minPictures: number; instructions: string; shelfLayoutQuestion: string; shelfLayouts: string[]; componentType: CompanyStrategyComponentTypes; company: string; products: string[]; survey: string; certification: string; version: number; }