libs/navigation/src/models/navigation-tree.ts
import { DaffGenericNavigationTree } from './generic-navigation-tree';
/**
* This model is needed as a reference in concrete classes, because the DaffGenericNavigationTree is recursive.
*/
export type DaffNavigationTree = DaffGenericNavigationTree<DaffNavigationTree>;