export interface ProductImage { Id: number, ProductId: number, Image: string, Width: number, Height: number, AlternateText: string ImagePropotion: boolean }