export interface ProductVideoIndexV1 {
  product_videos: {
    _index: Array<{ href: string, type: ProductMovieTypeV1 }>
  }
}