import { CatalogDataProductAttributeMediaGalleryEntryInterface } from './catalogDataProductAttributeMediaGalleryEntryInterface'; export interface CatalogProductAttributeMediaGalleryManagementV1UpdatePutBody { entry: CatalogDataProductAttributeMediaGalleryEntryInterface; }