import { EavDataAttributeGroupInterface } from './eavDataAttributeGroupInterface'; export interface CatalogProductAttributeGroupRepositoryV1SavePutBody { group: EavDataAttributeGroupInterface; }