export interface ProductImageIndexV1 {
  product_images: {
    _index: Array<{ href: string, type: ProductImageTypeV1 }>
  }
}