UNPKG

shopify-storefront

Version:
9 lines (7 loc) 155 B
export interface IShopBrandImageResource { url: string; altText: string; width: number; height: number; } export default IShopBrandImageResource;