import { EavDataAttributeGroupExtensionInterface } from './eavDataAttributeGroupExtensionInterface'; export interface EavDataAttributeGroupInterface { attributeGroupId?: string; attributeGroupName?: string; attributeSetId?: number; extensionAttributes?: EavDataAttributeGroupExtensionInterface; }