GitHub

MockMagentoSimpleProduct

import { MockMagentoSimpleProduct } from '@daffodil/product/driver/magento/testing'
class MockMagentoSimpleProduct extends MockMagentoCoreProduct implements MagentoSimpleProduct {
  __typename: MagentoProductTypeEnum.SimpleProduct
}

Properties

Name Type Description
__typename MagentoProductTypeEnum.SimpleProduct