UNPKG

shopify-storefront

Version:
10 lines (8 loc) 149 B
export interface IImage { altText: string; height: number | null; id: string; url: string; width: number | null; } export default IImage;