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