import { Tag } from './Tag'; export interface ProductImage { URL?: string; Tag?: Tag; }