graycoreio/daffodil

View on GitHub
libs/navigation/src/models/navigation-tree.ts

Summary

Maintainability
A
0 mins
Test Coverage
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>;