export interface IShopifyMediaService { stagedUploadsCreate(input: any[]): any productCreateMedia(productId: string, media: any[]): any getProductMedia(productId: string): any[] productDeleteMedia(productId: string, mediaId: string): any productReorderMedia(productId: string, moves: any[]): any getProduct(productId: string): any getProductWithMedia(productId: string): any getShopDomain(): string }