import { IInterest } from './IInterest'; export interface IRecommendationInterest extends IInterest { isCommon: boolean; }