GitHub

GetCategoryTreeResponse

interface

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

interface GetCategoryTreeResponse {
  categoryList: CategoryNode[]
}