GitHub

DaffMagentoCategoryResponseTransformService

import { DaffMagentoCategoryResponseTransformService } from '@daffodil/category/driver/magento'
@Injectable()
class DaffMagentoCategoryResponseTransformService {
  transform(
    completeCategory: MagentoCompleteCategoryResponse
    mediaUrl: string
  ): DaffGetCategoryResponse
}

Properties

Name Type Description
transform DaffGetCategoryResponse