export interface ProductUpload { highlight: boolean; file: File; imageSRC:string; }