1 2 3 4 5
import { IRecommendation } from "../Recommendation"; export interface ISkeletonDoc extends IRecommendation { }