import { IRecommendationInterest } from './IRecommendationInterest'; export interface IExperimentInfo { interests: IRecommendationInterest[]; }