import { IRecommendation } from "../Recommendation"; export interface ISkeletonDoc extends IRecommendation { }