export default interface ProductModel { name: string; url: string; description: string; themeColor: string; }