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