import { Base } from "../../../"; /********************************************* * StructuralNavigationCacheState **********************************************/ export interface StructuralNavigationCacheState { IsEnabled?: boolean; } /********************************************* * StructuralNavigationCacheStateCollections **********************************************/ export interface StructuralNavigationCacheStateCollections { }