GitHub

MagentoNavgiationGetRootCategoryIdResponse

import { MagentoNavgiationGetRootCategoryIdResponse } from '@daffodil/navigation/driver/magento'

interface MagentoNavgiationGetRootCategoryIdResponse {
  storeConfig: { root_category_uid: string; }
}