libs/navigation/driver/magento/src/config/default.ts
import { MagentoNavigationDriverConfig } from './interface';
/**
* The default configuration for the {@link MagentoNavigationDriverConfig}.
*/
export const MAGENTO_NAVIGATION_DRIVER_CONFIG_DEFAULT: MagentoNavigationDriverConfig = {
navigationTreeQueryDepth: 3,
};