UNPKG

shopify-storefront

Version:
9 lines 202 B
export interface IImage { altText: string; height: number | null; id: string; url: string; width: number | null; } export default IImage; //# sourceMappingURL=IImage.d.ts.map