shopify-storefront
Version:
Wrapper for the Shopify's Storefront API.
10 lines • 330 B
TypeScript
import IShopBrandImageResource from './IShopBrandImageResource';
export interface IShopBrandImage {
id: string;
alt: string;
mediaContentType: string;
image: IShopBrandImageResource;
previewImage: IShopBrandImageResource;
}
export default IShopBrandImage;
//# sourceMappingURL=IShopBrandImage.d.ts.map