import { StateBase } from './StateBase'; import { NavigationStateLink } from './NavigationStateLink'; export interface NavigationState extends StateBase { links: NavigationStateLink[]; }