import { IRecommendation } from "../components"; export interface IRecommendationList { loading?: boolean, keywords?: string[], recs?: IRecommendation[] getRecs?: any }