src/app/shared/widgets/buy/image.resource.ts
defaultHref: string
string
fullHref: string
thumbnailHref: string
title: string
export interface ImageResource { title: string; defaultHref: string; thumbnailHref: string; fullHref: string; }