import { DaffNavigationTree } from '@daffodil/navigation'
This model is needed as a reference in concrete classes, because the DaffGenericNavigationTree is recursive.
type DaffNavigationTree = DaffGenericNavigationTree<DaffNavigationTree>