GitHub

provideDaffProductMagentoExtraProductResponseTransforms

Provider

import { provideDaffProductMagentoExtraProductResponseTransforms } from '@daffodil/product/driver/magento'

Provides extra product transforms for the Magento product driver.

See DAFF_PRODUCT_MAGENTO_EXTRA_PRODUCT_RESPONSE_TRANSFORMS.

function provideDaffProductMagentoExtraProductResponseTransforms<R extends T = T>(...values: R[]): Array<ValueProvider>

Parameters

Parametervalues: R[]
Description

Examples

providers: [
  ...provideDaffProductMagentoExtraProductResponseTransforms(
    myExtraProductTransform
  )
]

providers: [
  ...provideDaffProductMagentoExtraProductResponseTransforms(
    myExtraProductTransform
  )
]