GitHub

MagentoRouteResponse

import { MagentoRouteResponse } from '@daffodil/external-router/driver/magento'
interface MagentoRouteResponse {
  route: MagentoRoute
}

Properties

Name Type Description
route MagentoRoute