GitHub

MagentoNavgiationGetRootCategoryIdResponse

import { MagentoNavgiationGetRootCategoryIdResponse } from '@daffodil/navigation/driver/magento'
interface MagentoNavgiationGetRootCategoryIdResponse {
  storeConfig: {
    root_category_uid: string;
}
}

Properties

Name Type Description
storeConfig { root_category_uid: string; }