GetCategoryTreeResponse
import { GetCategoryTreeResponse } from '@daffodil/navigation/driver/magento'
interface GetCategoryTreeResponse {
categoryList: CategoryNode[]
}
Properties
Name | Type | Description |
---|---|---|
categoryList | CategoryNode[] |
import { GetCategoryTreeResponse } from '@daffodil/navigation/driver/magento'
interface GetCategoryTreeResponse {
categoryList: CategoryNode[]
}
Name | Type | Description |
---|---|---|
categoryList | CategoryNode[] |