UNPKG

@ribajs/shopify

Version:

Shopify extension for Riba.js

10 lines (9 loc) 161 B
export declare interface ShopifyImage { alt: string; created_at: Date; height: number; id: number; src: string; updated_at: Date; width: number; }