import { UrlTree } from '@angular/router';
export interface IRouterState {
    url: UrlTree;
    key: string;
    title: string;
}
