GitHub

MagentoCustomMetadataAttribute

import { MagentoCustomMetadataAttribute } from '@daffodil/category/driver/magento'

interface MagentoCustomMetadataAttribute {
  attribute_code: string
  entity_type: string
}