import { ITemplate } from './index'; export interface ISelectCart { listWishlist: ITemplate[]; open: boolean; }