import { Route } from "@angular/router"; export interface RouteReplace { existingRoute: Route; newRoute: Route; }