import { DaffNavigationReducerState } from '@daffodil/navigation/state'
interface DaffNavigationReducerState<T extends DaffGenericNavigationTree<T>> { navigationTree: T loading: boolean errors: DaffStateError[] }